Skip to content

Commit

Permalink
chore: manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 11, 2024
1 parent 9fdf38e commit 3c83a8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This template repository includes support for the following:
- Environment Variables
- Conventional Commits
- Automatic deployment to Cloudflare Pages
- `manifest.json` plugin description

## Testing

Expand All @@ -17,7 +18,7 @@ To test with Cypress Studio UI, run
yarn cy:open
```

Otherwise to simply run the tests through the console, run
Otherwise, to simply run the tests through the console, run

```shell
yarn cy:run
Expand Down
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "ts-template",
"description": "ts-template for Ubiquibot plugins.",
"commands": {
"command1": {
"example": "/command1 argument",
"description": "Command 1 with an argument."
}
}
}

0 comments on commit 3c83a8d

Please sign in to comment.