Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luboskmetko committed Jun 9, 2014
1 parent 529bb10 commit dba2309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ yo xh:page “Home”

The command will do the following:

1. creates a HTML file for your page in `src` folder
1. creates a HTML file for your page in `src` folder from the template file `src/template.html`. If you want you can update the template file according your needs, so the generated files look accordingly.
2. adds a page name and link to the project index

![Page added](docs/img/page-added.png)
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": "generator-xh",
"version": "0.1.5",
"version": "0.2.0",
"description": "A Yeoman generator for scaffolding front-end projects.",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit dba2309

Please sign in to comment.