JSPM

ts-tidy

0.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q9175F
  • License MIT

Find and clean dead TypeScript code in a single command

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ts-tidy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    ts-tidy

    Find and clean dead TS code in a single command.

    All Contributors

    Build Status

    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):

    Nicolas Carlo
    Nicolas Carlo

    🤔 💻 👀 💬

    This project follows the all-contributors specification.

    Contributions of any kind are welcome!

    License

    💁 MIT