Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 268 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 268 Bytes

Development Build

npm install
npm run build

Run

npx ts-node ./src/cli.ts

Before Creating Pull Request

Run unit tests to see if your changes break nothing.

npm test

Lint and format entire code.

npm run lint
npm run format