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 installUses GitHub Release Manager.
$ npm start$ npm run grm$ npm run grm release --no-deploy$ npm run grm serve$ npm run grm helpWhen 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 2See the GitHub Release Manager docs.
