mirror of
https://github.com/strapi/strapi.git
synced 2025-09-02 05:13:03 +00:00

* 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
Create strapi starter
This package includes the create-strapi-starter
CLI to simplify creating a Strapi project using starters and templates
How to use
Quick usage (recommended)
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