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

Commit cdcfd18

Browse files
author
Rodrigo Bermudez Schettino
committed
Readme: Update screenshot and add sections
Screenshot was made from scratch. New sections reference base project where this was forked from.
1 parent 17381c8 commit cdcfd18

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

readme.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
> Scaffold out a node module
44
5+
If you are wondering how this is different to generator-nm, read the [credits](#credits) section.
6+
57
Optionally with a [CLI](http://en.wikipedia.org/wiki/Command-line_interface).
68

79
This is what I use for [my own modules](https://www.npmjs.com/~rodrigobdz).
810

9-
![Usage screenshot](screenshot.png)
11+
<img src="screenshot.png" width="1100">
1012

1113
## Install
1214

@@ -46,6 +48,19 @@ The `--org` option takes a string value (i.e. `--org=avajs`). All others are boo
4648

4749
Use [chalk](https://github.com/sindresorhus/chalk) if you want colors in your CLI.
4850

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).
63+
4964
## License
5065

5166
[MIT](license) © [rodrigobdz](https://rodrigobdz.github.io)

screenshot.png

17.9 KB
Loading

0 commit comments

Comments
 (0)