Commit Graph

8 Commits

Author SHA1 Message Date
Pratik Chowdhury 961d72670b
Added Bin to package.json [https://docs.npmjs.com/files/package.json#bin]
A lot of packages have one or more executable files that they’d like to install into the PATH. npm makes this pretty easy (in fact, it uses this feature to install the “npm” executable.)

To use this, supply a bin field in your package.json which is a map of command name to local file name. On install, npm will symlink that file into prefix/bin for global installs, or ./node_modules/.bin/ for local installs.

[https://docs.npmjs.com/files/package.json#bin](https://docs.npmjs.com/files/package.json#bin)
2020-09-01 10:15:16 +05:30
almenon 2ed277dd96 add genExample command 2019-12-23 22:54:56 -08:00
almenon b77384d8e7 update version to 0.0.3 2019-12-22 15:18:02 -08:00
almenon d9fc8f5f0f #1 update library to turndown 2019-12-22 15:10:25 -08:00
David Tesler 4b2f3a7a22 bump npm version 2017-05-06 21:33:36 -07:00
David Tesler bbeca84a41 update npm version 2017-04-28 17:45:29 -07:00
David Tesler 9505d1a214 update package.json 2017-04-28 17:39:28 -07:00
David Tesler 9bd1ed72ce first commit 2017-04-28 17:26:30 -07:00