egg-bin

v6.10.0
egg developer tool

postinstall

node scripts/postinstall.js

contributor

git-contributor

lint

eslint . --cache --ext ts

test

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

test-local

npm run tsc && node dist/bin/cli.js test

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

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

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-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

cov

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

ci

npm run lint && npm run test-local && npm run test-tsc

prepublishOnly

npm run clean && npm run tsc

tsc

tsc

clean

rm -rf dist
npm i egg-bin

Metadata

  • Unknown
  • >= 16.19.0
  • fengmk2
  • released 6/11/2024

Downloads