genofx
v1.4.0
Published
GenOfX CLI for app development and management
Downloads
290
Maintainers
Readme
GenOfX CLI
Command-line interface for GenOfX app development and management.
Installation
npm install -g genofx-cliUsage
Global Flags
--help, -h- Show help text--version, -v- Show CLI version--verbose, -V- Enable verbose output--config- Path to config file
Commands
create
Create a new GenOfX app
genofx create <name> [--template <template>]Options:
--template, -t- Project template (frontend-only, full-stack, with-database)
dev
Start development server with hot reload
genofx dev [--port <port>]Options:
--port, -p- Port to run dev server on (default: 3000)
build
Build app for production
genofx buildpublish
Publish app to GenOfX app store
genofx publish [--channel <channel>]Options:
--channel, -c- Publish channel (stable, beta, alpha)
validate
Validate app manifest and configuration
genofx validatelogin
Authenticate with GenOfX platform
genofx loginlogout
Clear authentication credentials
genofx logoutlist
List published apps
genofx listinfo
Display app information
genofx infoExamples
Create a new full-stack app:
genofx create my-app --template full-stackStart development server on port 5000:
genofx dev --port 5000Publish to beta channel:
genofx publish --channel betaShow verbose output:
genofx create my-app --verboseDevelopment
Build
npm run buildTest
npm testClean
npm run cleanLicense
MIT
