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
- Host: GitHub
- URL: https://github.com/amplication/plugin-template
- Owner: amplication
- License: apache-2.0
- Created: 2023-04-20T14:51:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T19:21:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T10:54:41.590Z (11 months ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.