Skip to content

Commit

Permalink
doc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tarex committed May 23, 2015
1 parent 41da29a commit 8fc5b42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,24 @@ Simple MVC framework based on Node JS

installation
===========
you can install with its generator.

npm install wolverinejs --save
npm install wolv -g

then , it will do the rest of the thing

It uses ExpressJS and Nunjucks templating engine . You need to follow this folder structure to make it work .
wolv yourAppName

or

wolv

thts it . it will generate the primary boilerplate for you .




It uses ExpressJS and Nunjucks templating engine . This is the basic folder structure .



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wolverinejs",
"version": "0.0.6",
"version": "0.0.7",
"description": "simple node js framework ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8fc5b42

Please sign in to comment.