Your library name
Library description
Contribution
To contribute install pre-commit hooks by npm run husky:install. It will
install git pre-commit hooks - will be located in .husky folder
Scripts
| script | description |
|---|---|
husky:install | install precommit hooks |
lint | lint code |
build | compile typescript by tsconfig.build.json |
test | run all jest tests |