Contributing to Commit Utils
Getting Started
Optionally install nvm to ensure you're using the correct version of node. You can find the node version in the
file. Once you have the right version of node selected, you'll want to enable corepack via.nvmrc
.corepack enable
Install dependencies.
yarn
This project uses Typescript and Yarn Berry.
Linting
TypeScript is linted with ESLint.
To run ESLint:
yarn lintyarn lint:fix
Build
You can execute
to generate the build assets that ultimately gets uploaded to the NPM registry. It will also leave the intermediateyarn build
artifacts, which contain the transpiled code.lib