https://github.com/botpress/openbook-templates
https://github.com/botpress/openbook-templates
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/botpress/openbook-templates
- Owner: botpress
- Created: 2022-06-09T00:25:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T02:45:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T14:47:29.304Z (over 1 year ago)
- Language: TypeScript
- Size: 541 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Openbook Templates
Templates in this repository will be displayed to users on the Playground. Each template must contain a `metadata.json` file, which contains some information about the template.
Example:
```js
{
"title": "",
"author": "r",
"category": "Business",
"description": ""
}
```