Package Exports
- create-strapi-starter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-strapi-starter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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