command
Version:
v0.1.10
Opens a new window with list of versions in this module.
Published: May 31, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
GoFlux CLI
This directory contains the CLI application for GoFlux.
Structure
main.go - CLI entry point
- The importable GoFlux framework is in the root directory
Usage
The CLI is built and distributed as a single binary called flux.
Development
# From project root
make dev-install # Install in development mode
flux new myapp # Use the CLI
Building
# From project root
make build # Creates ./flux binary
Package vs CLI
- CLI: This directory (
./cli/) - builds to flux binary
- Framework Package: Root directory (
./) - import as github.com/barisgit/goflux
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.