Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 282 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 282 Bytes

Contributing

Build

The build steps transpiles the src/main.ts to lib/main.js and then packs to dist/index.js. It is handled by Typescript compiler.

  • Install NodeJS
npm install
  • To update the code
npm run format
npm run check
npm run build