UNPKG

create-tstyche

Version:

The TSTyche starter kit.

43 lines (28 loc) 1.03 kB
# 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