mirror of
https://github.com/strapi/strapi.git
synced 2025-11-25 22:51:33 +00:00
Bumps [ora](https://github.com/sindresorhus/ora) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v5.3.0...v5.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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