Skip to content

fortjs application generator

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.js
Notifications You must be signed in to change notification settings

ujjwalguptaofficial/fort-creator

Repository files navigation

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

  1. Install the package globally: npm i fort-creator -g
  2. Create a new app: fort-creator init
  3. Move to the project directory: cd ${appName}
  4. 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