create-node-project

1.0.2 • Public • Published

create node project

Create common Node.js project structure.

Structure:

* lib/
* public/
** javascripts/
** css/
*** styles.css
** index.html
* server.js

Installation

$ npm install create-node-project

To run:

$ node node_modules/create_node_project.js [destination dir]

To clean existing structure (having in mind, no additional files are put into the directories)

$ node node_modules/create_node_project.js -clean

Readme

Keywords

none

Package Sidebar

Install

npm i create-node-project

Weekly Downloads

1

Version

1.0.2

License

Apache 2.0

Last publish

Collaborators

  • spolnik