1.1.2 ⢠Published 6 months ago
create-node-mrc-project v1.1.2
create-node-mrc-project
create-node-mrc-project
is an npm package designed to streamline the setup of Node.js applications. It automatically generates a well-structured project with essential files, folders, and dependencies, allowing you to kickstart your development effortlessly.
Features
- š Automated Setup: Quickly scaffold a Node.js project with a single command.
- š Organized Folder Structure: Includes:
Models
Controllers
Routes
Middlewares
Database
Utils
Config
- š Pre-installed Dependencies: Automatically installs
express
and other basic dependencies. - š Pre-built APIs: Contains test APIs to verify the app is running.
- ā” Quick Start: Ready to run immediately after initialization.
Installation
Install the package globally:
npm install -g create-node-mrc-project
Usage
- Initialize the Project:
Run the following command in your terminal:init-node-project
- Start the Server:
Navigate to your project folder and start the server:node index.js
License
This project is licensed under the MIT License.
š Happy Coding!