create-turbo-kit
v1.3.3
Published
This is the CLI script for quickly bootstrapping a new [Turbo Kit](https://github.com/Badbird5907/turbo-kit) project.
Readme
create-turbo-kit
This is the CLI script for quickly bootstrapping a new Turbo Kit project.
Usage
pnpm create turbo-kit@latestHow it works
This script uses the create-turbo command under the hood to quickly scaffold a new Turbo Kit project.
It then applies some code transformations on top of the scaffolded project to make it ready for development.
See transform.ts for more details.
Development
Clone the repository and run the following commands:
pnpm install
pnpm buildTo run the script (manually): Do not run in this directory!
node <path-to-cli>/dist/cli.jsPackage manager support
Currently turbo-kit works with only pnpm. There is an issue with the template repo that breaks the conversion to other package managers that is typically handled by create-turbo.
