fynixcli
v1.0.1
Published
CLI to create a new Fynix app
Downloads
7
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
