Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barinbritva/tsconfig-helper
The tool will help you to debug tsconfig.json file of your project.
https://github.com/barinbritva/tsconfig-helper
cli debug tool tsconfig typescript
Last synced: 18 days ago
JSON representation
The tool will help you to debug tsconfig.json file of your project.
- Host: GitHub
- URL: https://github.com/barinbritva/tsconfig-helper
- Owner: barinbritva
- License: other
- Created: 2021-08-06T11:13:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T08:34:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T15:11:26.535Z (about 1 month ago)
- Topics: cli, debug, tool, tsconfig, typescript
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 TsConfig Helper
The tool will help you to debug `tsconfig.json` file of your project.
_The project is at stage of prototype - only a part part of `tsconfig.json` options are supported at the moment._
## 🚀 Getting started
Using through global install:
```bash
npm install -g tsch
tsch tsconfig.json -e
```Using `npx`:
```bash
npx tsch tsconfig.json -e
```## âš™ CLI Options
```bash
tsch --helpOptions:
--help Show help [boolean]
--version Show version number [boolean]
--coverage Show flags coverage status [boolean]
-o, --out File path to write the result [string]
-e, --explain Add explanations to output [boolean]
-s, --short Short explanations instead of verbose [boolean]
-i, --ignore Do not include empty default values such as falsy
and empty arrays to result config [boolean]
```## 🗺 Roadmap
* Full options coverage
* Handle more complicated flag relations
* Other useful advices
* Visual Studio Code Plugin## 🔙 Feedback
Your feedback is really important for the project. Please, use contacts from [my profile](https://github.com/barinbritva) to send your questions, suggestions, help requests and others. Also, feel free to use [issues](https://github.com/barinbritva/tsconfig-helper/issues) section to report bugs and problems.## 🌟 Credits
The project is bootstrapped using [init-typescript-app](https://github.com/barinbritva/init-typescript-app).
---
MIT, see [LICENSE](https://github.com/barinbritva/tsconfig-helper/blob/master/LICENSE) for the details.