@fynixorg/cli
v1.0.2
Published
CLI to create a new Fynix app
Maintainers
Readme
create-fynix-app
CLI tool to quickly scaffold a new Fynix application.
Usage
npx create-fynix-app my-app
cd my-app
npm install
npm run devWhat it does
- Creates a new project directory
- Copies the Fynix template with all necessary files
- Sets up package.json with your project name
- Ready to run with
npm run dev
Requirements
- Node.js 14 or higher
License
MIT
