egg-bin

v6.1.1
egg developer tool

ci

npm run lint && npm run cov && npm run test-tsc

cov

c8 -r lcov -r text-summary -x 'test/**' npm run test-local -- --timeout 120000

tsc

tsc

lint

eslint . --cache --ext ts

test

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

clean

rm -rf dist

test-tsc

npm run clean && npm run tsc && node dist/bin/cli.js && node dist/bin/cli.js test --base test/fixtures/example-ts && node dist/bin/cli.js dev --base test/fixtures/example-ts

test-local

ts-node --swc src/bin/cli.ts test

contributor

git-contributor

postinstall

node scripts/postinstall.js

ci-test-only

npm run test-local -- test/cmd/cov.test.ts

prepublishOnly

npm run clean && npm run tsc

test-local-with-swc

node -r @swc-node/register src/bin/cli.ts test

test-local-with-esbuild

node -r esbuild-register src/bin/cli.ts test

test-local-with-ts-node-transpile-only

node -r ts-node/register/transpile-only src/bin/cli.ts test

Metadata

  • Unknown
  • >= 16.19.0
  • fengmk2
  • released 2/14/2023

Downloads