Skip to content

Command line interface for Node.js projects generating

Notifications You must be signed in to change notification settings

kiriltaran/node-skeleton-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Command line interface for Node.js projects generating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published