react-creator-cmd
v1.0.2
Published
It's a CLI to help developers to build their amazing react.js projects using clean architecture and tests already configured
Downloads
17
Readme
React Creator CMD
The react-creator-cmd
tool is designed to assist developers in rapidly generating new Next.js projects with predefined configurations including GitHub Workflows
, Unit Tests
, Integration Tests
, End-to-End Tests
, and Commit Convention
.
Features
Create new
Next.js
project.Generate
http-module
(fetch)Generate new
Routes
Installation
npx react-creator-cmd
Usage
npx react-creator-cmd
# cd <your-project>
# create .env file based on the .env.example file
API
- Create New Project - It will create a new configured project based on your step-by-step commands.
- Generate Route - It will generate a new route (app route) with:
components
folder,tests
folder andapp.tsx
file.
- Generate Http-Module - It will generate an
http
module insidemodules
folder
Author
Support
For support, email [email protected].