strapi/packages/cli/create-strapi-starter
Alexandre Bodin 3a4db96af2 v4.1.1
2022-02-24 16:52:10 +01:00
..
2022-02-24 11:12:08 +01:00
2022-02-24 16:52:10 +01:00

Create strapi starter

This package includes the create-strapi-starter CLI to simplify creating a Strapi project using starters and templates

How to use

Using yarn create command

yarn create strapi-starter my-project starter-url

Using npx

npx create-strapi-starter my-project starter-url

Manual install

Using yarn

yarn global add create-strapi-app
create-strapi-starter my-project starter-url

Using npm

npm install -g create-strapi-app
create-strapi-starter my-project starter-url