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

https://github.com/jaystack/functionly-plugin-examples


https://github.com/jaystack/functionly-plugin-examples

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# project config
create a functionly.json file into your project
## example:
```js
{
"plugins": [
...
]
}
```
# functionly-plugin-examples

## Command
- [helloworld-command](https://github.com/jaystack/functionly-plugin-examples/tree/master/helloworld-command)
## Hooks
- [context-hooks](https://github.com/jaystack/functionly-plugin-examples/tree/master/context-hooks)
## providers
- [deploy-provider](https://github.com/jaystack/functionly-plugin-examples/tree/master/deploy-provider)