ts-tidy
v0.0.0
Published
Find and clean dead TypeScript code in a single command
Downloads
3
Maintainers
Readme
ts-tidy
Find and clean dead TS code in a single command.
Installation
You can use it right away, without installing it:
npx ts-tidy
If you want to use it often, we recommend you to install the package.
With npm:
npm install --save-dev ts-tidy
With yarn:
yarn add --dev ts-tidy
To make it convenient, create an alias in your package.json
:
{
"scripts": {
"clean": "ts-tidy"
}
}
Release History
Have a look at the CHANGELOG to get the details of all changes between versions.
Versioning
We follow SemVer convention for versioning.
That means releases use the following format:
<breaking>.<feature>.<fix>
- Breaking changes bump
<breaking>
(and reset<feature>
&<fix>
) - Backward compatible changes bump
<feature>
(and reset<fix>
) - Bug fixes bump
<fix>
Contributing
Contributing Guide
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ts-tidy.
Good First Issues
To help you get your feet wet and become familiar with our contribution process, we have a list of good first issues that contains things with a relatively limited scope. This is a great place to get started!
Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification.
Contributions of any kind are welcome!
License
💁 MIT