fort-creator
v2.0.1
Published
Effortlessly generate Fort.js applications with this versatile application generator, empowering you to build robust and scalable web applications with ease.
Downloads
16
Maintainers
Readme
fort-creator
Effortlessly generate Fort.js applications with this versatile application generator, empowering you to build robust and scalable web applications with ease.
How to Use
- Install the package globally:
npm i fort-creator -g
- Create a new app:
fort-creator init
- Move to the project directory:
cd ${appName}
- Start the development server with hot reloading:
fort-creator dev
Commands
init: Create a new project
Example:fort-creator init
dev: Start the development server
Example:fort-creator dev
add: Add a new file
Example:fort-creator add
deploy: Create a production-ready build for deployment
Example:fort-creator deploy