JSPM

create-strapi-starter

4.25.13
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 243
  • Score
    100M100P100Q100391F
  • 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

    [!WARNING] This package is only compatible with Strapi v4 version
    The most recent versions of Strapi packages can be found at https://github.com/strapi/strapi

    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