An open API service indexing awesome lists of open source software.

https://github.com/amplication/plugin-template

A template for creating a plugin for Amplication platform
https://github.com/amplication/plugin-template

Last synced: 9 months ago
JSON representation

A template for creating a plugin for Amplication platform

Awesome Lists containing this project

README

          

# plugin-{your-plugin-name}

[![NPM Downloads](https://img.shields.io/npm/dt/plugin-{your-plugin-name})](https://www.npmjs.com/package/plugin-{your-plugin-name})

A short description of the plugin and its actions.

## Purpose

What is the purpose of this plugin and what exactly does it do.

## Configuration

If a configuration is required, add it here.

## Scripts

### `build`

Running `npm run build` will bundle your plugin with Webpack for production.

### `dev`

Running `npm run dev` will watch your plugin's source code and automatically bundle it with every change.

## Usage

Explain the usage of this plugin and its effect on the final build.