diff --git a/README.md b/README.md index c4e50c7..8759787 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,10 @@ Perfectionist generator that scaffolds out different types of Front-end applicat # Getting Started +**Installation** + - You need to have [NodeJS](http://nodejs.org/) & [Yeoman](http://yeoman.io/) `npm install -g yo` installed. -- Install the generator: `npm install --global generator-smacss` +- Install the generator `npm install --global generator-smacss` **Ready to create your project?** @@ -27,6 +29,8 @@ Perfectionist generator that scaffolds out different types of Front-end applicat - Change directory to your project folder `cd project-name` - Run `sudo bower install & npm install` followed by your machine password +**Run your project** + At this stage your project is setup and dependencies are installed, Now it's showtime! - Run `gulp` to run the server, You are all done. diff --git a/Version.md b/Version.md index 52bd0c8..f9433c4 100644 --- a/Version.md +++ b/Version.md @@ -1,6 +1,6 @@ -Version +# Version -v0.1.5 +**v0.1.6** - Changed application file to object prototype pattern - Prompts separated to handle different projects - Bower file creating and dependency injection @@ -8,10 +8,10 @@ v0.1.5 - Removed bower-conact for time being - #3 - Codeclimate issue fixes -v0.1.1 -- Read me fix +**v0.1.1** +- NPM Read me error fix -v0.1.0 +**v0.1.0** - Initial working version of Static app generator - SMACSS approach - directory structure, naming convention - Productivity helper tasks \ No newline at end of file diff --git a/package.json b/package.json index d0c9983..e535f3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-smacss", - "version": "0.1.1", + "version": "0.1.6", "description": "Perfectionist Frontend Generator", "author": { "name": "Logesh Paul",