1.1.2 • Published 6 months ago

create-node-mrc-project v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

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

  1. Initialize the Project:
    Run the following command in your terminal:
    init-node-project
  2. 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!

1.1.2

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago