Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 444 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 444 Bytes

node-skeleton-cli

Command line interface for Node.js(Express) projects scaffolding

Installing

Install package globally (use sudo if it necessarry):

npm install -g node-skeleton-cli

Usage

Create a new project:

nsc [project_name]

Сhange directory:

cd [project_name]

Install dependencies:

npm install

Run in development mode:

npm run dev

Happy coding!