make-project
v2.0.2
Published
a node script to scaffold my projects
Downloads
199
Readme
1. Introduction
This is a simple cli-app that will help you to create a new project with a simple structure.
make-project
A simple CLI tool to quickly scaffold React or Express projects with a predefined structure and dependencies.
Project Types
React Project
- Uses Vite as the build tool
- Includes Tailwind CSS for styling
- Sets up a basic project structure
- Configures Prettier for code formatting
Express Project
- Sets up a basic API structure
- Includes common middleware (cors, morgan)
- Configures environment variables with dotenv
- Includes MongoDB connection setup with Mongoose
Dependencies
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
License
Author
Your Name - utkarsh1311
Happy coding! 🎉