The lodash website.
This is a private npm
module and thus is not published to the npm
registry. That is not to say that contributions are not welcome.
To install locally:
$ git clone justinhelmer/lodash.github.io # check out hub to use this syntax: https://github.com/github/hub
$ cd lodash.github.io
$ npm install
Uses GitHub Release Manager.
$ npm start
$ npm run grm
$ npm run grm release --no-deploy
$ npm run grm serve
$ npm run grm help
When using npm-run-script, like in the examples above, arguments after the --
are passed to grm
. For example:
# download & store releases and be extra noisy
$ npm run grm download -- --keep releases --verbose 2
See the GitHub Release Manager docs.