Skip to content

Commit

Permalink
Package version, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
logeshpaul committed Feb 8, 2015
1 parent af5e3cd commit e8671fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?**

Expand All @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions Version.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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
- Angular project basic setup
- 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-smacss",
"version": "0.1.1",
"version": "0.1.6",
"description": "Perfectionist Frontend Generator",
"author": {
"name": "Logesh Paul",
Expand Down

0 comments on commit e8671fe

Please # to comment.