1.0.0 • Published 1 year ago
quickstart-project v1.0.0
quickstart-project
quickstart-project is a simple CLI tool designed to help developers quickly set up the basic configurations for frontend and backend projects. It streamlines the initial setup process, saving time and effort by automating repetitive tasks.
Features
- Sets up a basic frontend configuration.
- Using React.JS
- Using Next.js
- Sets up a basic backend configuration.
- Using ExpressJs and Node.js and MongoDB.
Installation
To install quickstart-project, use the following command:
npm install -g quickstart-projectUsage
Once installed, you can run the CLI tool using the following command:
quickstart-projectFollow the prompts to set up your project.
File Structure
npm-starter creates the following structure in your project directory:
project-directory/
├── frontend/ # Frontend setup
├── backend/ # Backend setupDependencies
The tool uses the following dependencies:
- chalk: For colorful console messages.
- inquirer: To prompt user inputs.
- shelljs: For running shell commands.
Development
To contribute to this project, clone the repository and install dependencies:
git clone https://github.com/your-username/npm-starter.git
cd quickstart-project
npm installTest the CLI locally:
npm link
project-setupLicense
This project is licensed under the MIT License.
Author
Created by pranav gandesree. Contributions are welcome!
1.0.0
1 year ago