https://github.com/jaystack/functionly-plugin-examples
https://github.com/jaystack/functionly-plugin-examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaystack/functionly-plugin-examples
- Owner: jaystack
- Created: 2017-05-30T09:18:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T13:49:45.000Z (about 8 years ago)
- Last Synced: 2025-01-16T05:55:56.492Z (5 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)