mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
feat(Templates): Add a simple README for plugin template
This commit is contained in:
parent
4e74d71e32
commit
769214cb2a
15
lib/plugins/create/templates/plugin/README.md
Normal file
15
lib/plugins/create/templates/plugin/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Serverless Plugin
|
||||
|
||||
This plugin has been generated using the `plugin` template from the [Serverless Framework](https://www.serverless.com/).
|
||||
|
||||
## Implementing your plugin
|
||||
|
||||
When developing your plugin, please refer to the following sources:
|
||||
|
||||
- [Plugins Documentation](https://www.serverless.com/framework/docs/providers/aws/guide/plugins/)
|
||||
- [Blog - How to create serverless plugins - Part 1](https://serverless.com/blog/writing-serverless-plugins/)
|
||||
- [Blog - How to create serverless plugins - Part 2](https://serverless.com/blog/writing-serverless-plugins-2/)
|
||||
|
||||
## Sharing your plugin
|
||||
|
||||
After implementing your plugin, you might consider sharing it with a wider audience. You might do it by adding it to `Community Contributed Plugins` in official [plugins repository](https://github.com/serverless/plugins).
|
||||
Loading…
x
Reference in New Issue
Block a user