node-project-create-script
v1.2.13
Published
This script automates the creation of a Node.js project with a predefined file structure and essential packages.
Downloads
14
Maintainers
Readme
Node Project Creator
This script automates the creation of a Node.js project with a predefined file structure and essential packages.
Getting Started
To install this package, run the following command:
npm i -g node-project-create-script
To create a new Node.js project, run the following command:
create-node-project <project-name>
The project includes the following npm scripts:
dev: Start the server in development mode. prod: Start the server in production mode.
Run these scripts using the following commands:
npm run dev
npm run dev