create-backpack-app
v0.7.0
Published
- You need to have Node.js 24+ and npm installed. This repo is pinned to `24.15.0` in `.nvmrc`; run `nvm use` from the repo root if you use nvm. - You need to have access to the template used in this cli. - https://github.com/ef-global/storyblok-nextjs-
Maintainers
Readme
Create Backpack App
Prerequisites
- You need to have Node.js 24+ and npm installed. This repo is pinned to
24.15.0in.nvmrc; runnvm usefrom the repo root if you use nvm. - You need to have access to the template used in this cli.
- https://github.com/ef-global/storyblok-nextjs-backpack-boilerplate
- You need to have
GH_PACKAGES_TOKENsetup in your environment variables. (https://vimeo.com/777149667)
Run the following command to create a new app with Backpack Design System:
npm create backpack-appThe CLI currently supports the Storyblok NextJS Backpack template only.
For non-interactive usage, --templateUrl accepts either storyblok or the full Storyblok template git URL:
npm create backpack-app my-app -- --templateUrl storyblokReleases
This package is published publicly to npm as create-backpack-app.
Releases are managed by Changesets and GitHub Actions:
- Add a changeset with
npm run changesetfor every releasable change. - Merge the change to
master. - GitHub Actions creates or updates the
Version PackagesPR. - Merge the
Version PackagesPR. - GitHub Actions publishes the package to npm.
The GitHub repository must have an NPM_TOKEN Actions secret with permission to publish create-backpack-app to npm.
