create-capri
v3.0.0
Published
Create Capri projects with a single command
Readme
Create Capri 🌱
The easiest way to get started with Capri is by using @capri-js/create. This CLI tool enables you to quickly start building a new Capri site, with everything set up for you. You can create a new site using the default template, or by using one of the official examples. To get started, use the following command:
npm init capri
# or
yarn create capriTo create a new project in a specific folder, you can pass a name as argument
npm init capri -- my-capri-site
# or
yarn create capri my-capri-site