Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 493 Bytes

DEVELOPMENT.md

File metadata and controls

30 lines (20 loc) · 493 Bytes

Development README

Fork and clone the repo. Use ./bin/dev to run local development commands.

./bin/dev login
./bin/dev push
./bin/dev pull
# etc

Note that gitoq uses oclif.

Enable automatic version increase

Navigate to the root directory of your project where the setup.sh script is located. Then execute command ./setup.sh inside git bash.

Testing

pnpm test

Publishing

Only for those with permission.

pnpm publish