0.3.4 • Published 3 years ago

arc-plugin-template v0.3.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

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

  1. Install this plugin npm i plugin-name
  2. 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