Merge pull request #335 from resin-io/doc/plugin-development

Link to resin-plugin-hello from README
This commit is contained in:
Juan Cruz Viotti 2016-03-31 10:19:48 -04:00
commit a50cf5b198

View File

@ -36,6 +36,11 @@ $ resin help
$ resin quickstart
```
Plugins
-------
The Resin CLI can be extended with plugins to automate laborious tasks and overall provide a better experience when working with Resin.io. Check the [plugin development tutorial](https://github.com/resin-io/resin-plugin-hello) to learn how to build your own!
FAQ
---