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 Jun 9, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
> Scaffold out a node module
4
4
5
+
If you are wondering how this is different to generator-nm, read the [credits](#credits) section.
6
+
5
7
Optionally with a [CLI](http://en.wikipedia.org/wiki/Command-line_interface).
6
8
7
9
This is what I use for [my own modules](https://www.npmjs.com/~rodrigobdz).
8
10
9
-

11
+
<imgsrc="screenshot.png"width="1100">
10
12
11
13
## Install
12
14
@@ -46,6 +48,19 @@ The `--org` option takes a string value (i.e. `--org=avajs`). All others are boo
46
48
47
49
Use [chalk](https://github.com/sindresorhus/chalk) if you want colors in your CLI.
48
50
51
+
## Related projects
52
+
53
+
[sindresorhus/generator-nm](https://github.com/sindresorhus/generator-nm) - generator-lnm is forked from generator-nm. _lnm_ stands for _**l**inted **n**ode **m**odule_. Reasons for forking:
54
+
55
+
* Linted markdown files
56
+
* Link to license file in license section
57
+
58
+
See [changelog](changelog.md#100---2019-03-01), [PR #78](https://github.com/sindresorhus/generator-nm/pull/78) and [PR #79](https://github.com/sindresorhus/generator-nm/pull/79) for reference.
59
+
60
+
## Credits
61
+
62
+
This readme is based on [rodrigobdz/minimal-readme](https://github.com/rodrigobdz/minimal-readme).
0 commit comments