create-hokage-js-app
Version:
š„ Best CLI tool to create a MERN stack template. Quick, clean, and customizable.
43 lines (28 loc) ⢠1.05 kB
Markdown
# create-hokage-js-app
š„ Best CLI tool to create a MERN stack template. Quick, clean, and customizable.
## Usage
To create a new project, run the following command:
```bash
npx create-hokage-js-app
```
You will be prompted to select a project template and a styling option.
## Templates
The following project templates are available:
* **JavaScript Frontend + JavaScript Backend**
* **TypeScript Frontend + JavaScript Backend**
* **JavaScript Frontend + TypeScript Backend**
* **TypeScript Frontend + TypeScript Backend**
The following styling options are available:
* **Normal CSS**
* **SCSS**
* **Tailwind CSS**
* **Shadcn UI**
## Contributing
Contributions are welcome! Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch: `git checkout -b my-new-feature`
3. Make your changes and commit them: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request.
## License
This project is licensed under the ISC License.