mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
chore: fetch template only if name matches name convention chore: linting chore: fix tests chore: fix npm scripts test: try to fix test
Create strapi app
This package includes the create-strapi-app CLI to make the creation of a strapi project lighter.
How to use
Quick usage (recommended)
Using yarn create command
yarn create strapi-app my-project
Using npx
npx create-strapi-app my-project
Manual install
Using yarn
yarn global add create-strapi-app
create-strapi-app my-app
Using npm
npm install -g create-strapi-app
create-strapi-app my-app