Flux v0.1.8
π Flux v0.1.8
Installation
One-line Install (Recommended)
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.ps1 | iexHomebrew (macOS/Linux)
brew install barisgit/goflux/fluxGo Install
go install github.com/barisgit/goflux@v0.1.8Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 3d03a15 Add advanced template
- 3ddbc0a Add javascript only client generator
- b3fb712 Add options to type generation
- b0a21c5 Better type generation and better error handling
- acd31b1 Fix path resolution in advanced template
- 0bca5d2 Make generated projects have top level main.go
- f73fe90 Refator api client generator
- f71c5e3 Remove autogenerated code from templates
- c3f5a96 Split static servers into adapters