In order to contribute to the project first you need to fork the repo, clone it and install dependencies:
git clone git@github.com:<your_username>/cli-tag-logger.git && \
yarn install
Now, you're ready to go.
Source code is located inside src/
folder and tests for it are in tests/
.
You can use:
yarn watch
to build and watch for the changes in source filesyarn test
to run tests with Jestyarn lint
to lint the code with ESLintyarn typecheck
to run TypeScript type checking
After you make your changes, you should add tests and open a PR.
To publish new version of the packages run ./publish/sh
script.