Install ts-dev-tools and your project is dev ready, no more installation or setup, it just works
Within the dozen of existing packages, ts-dev-tools uses a short list of consistent libraries and their recommanded configuration. ts-dev-tools is used by various real world projects to be run in production, so its toolset is effective and meets industry standards.
For every changes and dependency update, ts-dev-tools is:
- Unit & E2E tested: coverage report
- Audited for known vulnerabilities with CodeQL
Dependencies are updated all weeks in order to keep dev tools up to date agains security issues and to give access to the latest available feature.
Using ts-dev-tools you should just have to update it and you'll have all the dev dependencies used by ts-dev-tools, up to date !
Name | Description |
---|---|
@ts-dev-tools/core | Common Typescript tools (Eslint and prettier, lint-staged and pretty-quick) |
@ts-dev-tools/react | Dev tools for a for ReactJS project |
Example with plugin @ts-dev-tools/core
, replace @ts-dev-tools/core
by the plugin you want to use
npm install --include=dev @ts-dev-tools/core
Or
yarn add --dev @ts-dev-tools/core
npx ts-dev-tools install
Or
yarn ts-dev-tools install
👤 Escemi contact@escemi.com
- Website: https://www.escemi.com
- LinkedIn: @escemi
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide and Contributor Code of Conduct.
Give a ⭐️ if this project helped you!
This project is MIT licensed.