Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skarab42/tsinit
Create a tsconfig file with all available options
https://github.com/skarab42/tsinit
config init tsconfig typescript
Last synced: 15 days ago
JSON representation
Create a tsconfig file with all available options
- Host: GitHub
- URL: https://github.com/skarab42/tsinit
- Owner: skarab42
- License: mit
- Created: 2022-07-28T12:26:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T04:47:37.000Z (over 1 year ago)
- Last Synced: 2024-10-01T22:38:17.049Z (about 1 month ago)
- Topics: config, init, tsconfig, typescript
- Language: TypeScript
- Homepage: https://npmjs.com/package/@skarab/tsinit
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @skarab/tsinit
Create a `tsconfig.json` file with all available options.
> See a [sample output](tsconfig.tsinit.json) for [email protected]
## Installation
```bash
pnpm add -D typescript @skarab/tsinit
```## Usage
```bash
pnpm tsinit [filename] [options]Options:
--overwrite
--comment-all
```