Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stackbit/stackbit-cli

Stackbit CLI
https://github.com/stackbit/stackbit-cli

Last synced: 10 days ago
JSON representation

Stackbit CLI

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
```