# Generate posts

Abe command:

```bash
generate-posts
```

Options:

`--path=` [ path to site/some/json/folder ]  
`--destination=` [ path to some/folder ]  
`--type=` [ draft / review / approve]  

## CLI

```shell
abe generate-posts --path=be --destination=publish --type=publish
```
