pkg

v5.1.0
Package your Node.js project into an executable

clean

rimraf lib-es5

build

npm run clean && tsc

start

tsc --watch

lint

eslint lib prelude test

lint:fix

npm run lint -- --fix

prepare

npm run build

test

npm run build && node test/test.js node14 no-npm && node test/test.js node12 no-npm && node test/test.js node10 no-npm && node test/test.js host only-npm

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 4/27/2021

Downloads