create-op-studio
v1.0.1
Published
CLI tool for bootstrapping new a Sanity Project with the Sanity Opinionated Studio
Downloads
3
Readme
Create Op Studio
CLI tool for bootstrapping new a Sanity Project with my Opinionated Studio.
npx create-op-studio <project-name>
This will:
- Clone the Opinionated Studio to a new folder using the same project name
- Run
npm install
inside - Run
sanity init
to create a new project and override thesanity.json
file