create-turbo-sanity
v1.0.5
Published
Create a new Turbo + Next.js + Sanity monorepo
Maintainers
Readme
create-turbo-sanity Package
This package allows users to create a new Turbo + Next.js + Sanity monorepo with a single command.
Usage
npm create turbo-sanity my-appDevelopment
To test this package locally:
Link the package:
cd packages/create-turbo-sanity npm linkTest creating a new project:
cd /tmp npm create turbo-sanity test-app
Publishing
cd packages/create-turbo-sanity
npm publish