Toolbox
A collection (monorepo) of libraries for my Typescript projects.
Library | Description | Version |
---|---|---|
@kettil/commitlint-config | Global config for commitlint
|
|
@kettil/errors | Simple creation of customized error classes. | |
@kettil/eslint-config | Global config for eslint
|
|
@kettil/npm-package-json-lint-config | Global config for npm-package-json-lint-config
|
|
@kettil/semantic-release-config | Global config for semantic-release
|
|
@kettil/tools | Functions that you need again and again... | |
@kettil/types | Types that you need again and again... |
Environment
After cloning the repo and installing the dependencies, the projects must be built before the next step can be made.
// clone the repo
git clone https://github.com/kettil/ts-toolbox && cd ts-toolbox
// install and build
npm install && npm run build