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

Commit cbb79b7

Browse files
author
Kahlil Lechelt
committed
Add info about init:module and init:jqueryplugin to the README.
1 parent c0f6dea commit cbb79b7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ yo init
1717
```
1818
## Sub-Generator Page
1919

20-
Use the following command
20+
Use `yo init:page '<pagename>'` to create a new page snippet for INITs simple static page generator.
2121

22-
```sh
23-
yo init:page '<pagename>'
24-
```
25-
to create a new page snippet for INITs simple static page generator.
22+
## Sub-Generator Module
23+
24+
Use `yo init:module 'modulename'` to scaffold a new JavaScript module.
25+
26+
## Sub-Generator jQuery Plugin
27+
28+
Use `yo init:jqueryplugin 'pluginame'` to scaffold a new jQuery Plugin with the name `jquery.<pluginname>.js`.
2629

2730
## Advice
2831

0 commit comments

Comments
 (0)