lerna

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

ci

npm run lint && npm run coverage -- --verbose

dev

babel -w src -d lib

fix

npm run lint -- --fix

lint

eslint . --ignore-path .gitignore

test

jest

build

babel src -d lib

pretest

npm run lint -- --cache

coverage

jest --coverage

prepublish

npm run build

Metadata

  • MIT
  • >= 4
  • Sebastian McKenzie
  • released 3/21/2017

Downloads