Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackbit/stackbit-cli
Stackbit CLI
https://github.com/stackbit/stackbit-cli
Last synced: 10 days ago
JSON representation
Stackbit CLI
- Host: GitHub
- URL: https://github.com/stackbit/stackbit-cli
- Owner: stackbit
- Created: 2021-03-10T00:26:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T07:40:21.000Z (over 2 years ago)
- Last Synced: 2023-03-05T18:16:09.270Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.stackbit.com/docs/stackbit-cli/
- Size: 195 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stackbit CLI
## Documentation
To learn more about Stackbit CLI please visit
[documentation](https://docs.stackbit.com/reference/stackbit-cli/)## Install
```bash
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:
```shell
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`:
```bash
stackbit validate
```