Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 76a12ba

Browse files
author
Kahlil Lechelt
committed
Update README.
1 parent b10d2f9 commit 76a12ba

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@ A generator for [INIT](http://use-init.com).
44

55
_Work in progress._
66

7+
## The main generator
8+
79
To try it out type in the following into your command line:
810

911
```js
1012
npm install -g yo
1113
npm install -g generator-init
1214
yo init
1315
```
16+
## The sub-generator page
17+
18+
Use the following command
19+
20+
```js
21+
yo init:page '<pagename>'
22+
```
23+
to create a new page snippet for INITs simple static page generator.
24+
1425
## Contributing
15-
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
26+
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-init",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A generator for INIT.",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)