1.0.2 • Published 12 years ago

create-node-project v1.0.2

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

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/index.js [destination dir]

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

$ node node_modules/create_node_project/index.js -clean
1.0.5

12 years ago

1.0.4

12 years ago

1.0.3

12 years ago

1.0.2

12 years ago

1.0.1

12 years ago

1.0.0

12 years ago