Skip to content

justinhelmer/lodash.github.io

 
 

Repository files navigation

lodash


The lodash website.

build status coverage status contributions welcome devDependency status

Installation

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

Usage

Uses GitHub Release Manager.

Download releases, parse JSDoc headers, build, test, launch development server

$ npm start

Download releases, parse JSDoc headers, build, test, deploy

$ npm run grm

Download releases, parse JSDoc headers, build, test

$ npm run grm release --no-deploy

launch development server

$ npm run grm serve

Display the contents of the manual

$ npm run grm help

Passing arguments to grm

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

Contributions

contributions welcome devDependency status

More help

See the GitHub Release Manager docs.

Packages

No packages published

Languages

  • HTML 37.1%
  • JavaScript 35.3%
  • CSS 27.6%