Package Exports
- @stackbit/cli
- @stackbit/cli/dist/stackbit.js
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 (@stackbit/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Stackbit CLI
Documentation
To learn more about Stackbit CLI please visit documentation
Install
npm install -g @stackbit/cli
Generate stackbit.yaml
To generate a new stackbit.yaml
file, run the init
command inside your project's root folder:
cd my-website
stackbit init
Validate stackbit.yaml
To validate stackbit.yaml
and your website's content files against the content model defined in stackbit.yaml
, run the validate
command in project with stackbit.yaml
:
stackbit validate