You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,23 @@ A generator for [INIT](http://use-init.com).
4
4
5
5
_Work in progress._
6
6
7
+
## The main generator
8
+
7
9
To try it out type in the following into your command line:
8
10
9
11
```js
10
12
npm install -g yo
11
13
npm install -g generator-init
12
14
yo init
13
15
```
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
+
14
25
## 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/).
0 commit comments