Arc Plugin Template
Architect serverless framework plugin template
Use the plugin documentation to learn how to write a plugin arc.codes/plugins
If you learn best from examples checkout the arc-buckets-plugin
Introduction goes here
Installation
-
Install this plugin
npm i plugin-name
-
Add the following line to the @plugins pragma in your Architect project manifest (usually app.arc):
@plugins plugin-name
Usage
How should somebody use your plugin