https://github.com/ujjwalguptaofficial/fort-creator
fortjs application generator
https://github.com/ujjwalguptaofficial/fort-creator
app-generator fort fortjs javascript node typescript
Last synced: 8 months ago
JSON representation
fortjs application generator
- Host: GitHub
- URL: https://github.com/ujjwalguptaofficial/fort-creator
- Owner: ujjwalguptaofficial
- License: apache-2.0
- Created: 2019-04-07T05:08:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T10:06:30.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T03:03:01.780Z (8 months ago)
- Topics: app-generator, fort, fortjs, javascript, node, typescript
- Language: TypeScript
- Size: 340 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
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
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`