lerna

v2.0.0-beta.38
Tool for managing JavaScript projects with multiple packages

ci

npm run lint && cross-env DEBUG_CALLS=true npm run test

dev

babel -w src -d lib

fix

eslint src test --fix

lint

eslint src test

test

mocha -t 20000

build

babel src -d lib

coverage

nyc --reporter=lcov npm run test

prepublish

npm run build

Metadata

  • MIT
  • >= 4
  • Sebastian McKenzie
  • released 2/28/2017

Downloads