JSPM

create-strapi-starter

5.0.0-beta.9
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 243
  • Score
    100M100P100Q102959F
  • License SEE LICENSE IN LICENSE

Generate a new Strapi application.

Package Exports

    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

    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