1.1.1 • Published 5 months ago

node-project-create-script v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

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 script also provides a convenient command to create folders and files within your project. Use the following syntax:

npm run create <folder-name> <file-name> <path-under-folder>

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
1.1.1

5 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago