diff --git a/README.md b/README.md index d0dc3c6..9b52528 100644 --- a/README.md +++ b/README.md @@ -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 . diff --git a/package.json b/package.json index 7b1ef8a..f9cfe2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wolverinejs", - "version": "0.0.6", + "version": "0.0.7", "description": "simple node js framework ", "main": "index.js", "scripts": {