lerna

v2.0.0
Tool for managing JavaScript projects with multiple packages

ci

npm test -- --coverage --verbose && npm run integration

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

prepublish

npm run build

integration

jest --config test/config/integration.json

preintegration

npm pack

Metadata

  • MIT
  • >= 4
  • Sebastian McKenzie
  • released 7/6/2017

Downloads