@yao-pkg/pkg

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

clean

rimraf lib-es5

build

npm run clean && tsc

start

tsc --watch

lint

npm run lint:style && npm run lint:code

lint:style

prettier -c "{lib,prelude,test}/**/*.{ts,js}"

lint:code

eslint lib prelude test

fix

npm run lint:style -- -w && npm run lint:code -- --fix

prepare

npm run build

prepublishOnly

npm run lint

test

npm run build && npm run test:18 && npm run test:16 && npm run test:host

test:20

node test/test.js node20 no-npm

test:18

node test/test.js node18 no-npm

test:16

node test/test.js node16 no-npm

test:host

node test/test.js host only-npm

release

read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it
npm i @yao-pkg/pkg

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/20/2024

Downloads