egg-bin

v4.0.5
egg developer tool

ci

npm run lint && npm run pkgfiles && npm run ci-test-only && npm run cov

cov

nyc -r lcov -r text-summary npm run test-local

lint

eslint .

test

npm run lint -- --fix && npm run test-local

autod

autod

pkgfiles

node bin/egg-bin.js pkgfiles --check

test-local

node bin/egg-bin.js test -t 3600000

ci-test-only

TESTS=test/lib/cmd/cov.test.js npm run test-local

Metadata

Downloads