strapi/packages/create-strapi-starter
Fabien Del Carmen 631ac69686
Add CLI support for branch in direct GitHub URL (#10273)
* Add CLI support for branch in direct GitHub URL

* Change getRepoInfo to return branch

* Change variable name, add eslint 'one-var' rule

* Fix eslint 'one-var' error

* Move fetch GitHub logic in its own file

* Update code to avoid destructuring reassignment

* Update and add some JSDoc
2021-05-19 19:02:41 +02:00
..
2021-03-25 14:06:01 +01:00
2021-03-25 14:06:01 +01:00
2021-05-11 11:43:35 +02: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