ts-toolkit
v6.1.0
Published
Get a project up and running with Typescript. Includes Typescript, Babel, Jest, ESLint, Prettier, CircleCI, VSCode config and more.
Downloads
48
Readme
Typescript Toolkit
Get a project up and running with Typescript. Includes Typescript, Babel, Jest, ESLint, Prettier, CircleCI, VSCode config and more.
Usage
Provides a binary tsk
with a range of useful commands including build
, format
, test
. For the full list run yarn tsk --help
.
Adding to new project
yarn add --dev ts-toolkit
yarn tsk install
This will add the dependencies and copy over necessary config files.
Updating in existing project
yarn tsk uninstall
yarn add --dev ts-toolkit
yarn tsk install
Best used with
Contributing
- Feedback welcome.
- PRs welcome.
- Everyone welcome.
Publish
Automatically published to npmjs when a version bump is detected by CI.
yarn version
Credits
Thank you to all contributors.
License
Open-source under the MIT License