create-hokage-js-app
v5.2.1
Published
🔥 Best CLI tool to create a MERN stack template. Quick, clean, and customizable.
Maintainers
Readme
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:
npx create-hokage-js-appYou 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:
- Fork the repository.
- Create a new branch:
git checkout -b my-new-feature - Make your changes and commit them:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request.
License
This project is licensed under the ISC License.
