https://github.com/tstyche/create-tstyche
The TSTyche starter kit.
https://github.com/tstyche/create-tstyche
starter-kit tstyche types typescript
Last synced: 3 months ago
JSON representation
The TSTyche starter kit.
- Host: GitHub
- URL: https://github.com/tstyche/create-tstyche
- Owner: tstyche
- License: mit
- Created: 2025-07-10T13:00:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T06:49:27.000Z (11 months ago)
- Last Synced: 2025-07-14T09:40:22.922Z (11 months ago)
- Topics: starter-kit, tstyche, types, typescript
- Language: JavaScript
- Homepage: https://tstyche.org
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
> [!CAUTION]
>
> `create-tstyche` is deprecated. Please use [`tstyche-starter`](https://github.com/tstyche/tstyche-starter) instead.
---
# create-tstyche
[![version][version-badge]][version-url]
[![license][license-badge]][license-url]
[![packagephobia][packagephobia-badge]][packagephobia-url]
The TSTyche starter kit.
---
Run a single command to install the latest version of TSTyche and create its config file with recommended defaults. Optionally, you can add example test files to the repository.
## Usage
```shell
npm create tstyche@latest
```
```shell
yarn create tstyche@latest
```
```shell
pnpm create tstyche@latest
```
## Options
### `--next`
Install `tstyche@next` instead of the latest.
## License
[MIT][license-url] © TSTyche
[version-badge]: https://badgen.net/npm/v/create-tstyche
[version-url]: https://npmjs.com/package/create-tstyche
[license-badge]: https://badgen.net/github/license/tstyche/create-tstyche
[license-url]: https://github.com/tstyche/create-tstyche/blob/main/LICENSE.md
[packagephobia-badge]: https://badgen.net/packagephobia/install/create-tstyche
[packagephobia-url]: https://packagephobia.com/result?p=create-tstyche