Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 286 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 286 Bytes

Run from source

npx ts-node ./src/cli/index.ts --branch 6.1 --upstream sqren/backport-demo --all

Run from build

node dist/cli/index.js --branch 6.1 --upstream sqren/backport-demo --all

Compile typecscript

yarn build

Test

yarn test