Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxos/template-plugin
Simple template for inspiration for building plugins in Composer.
https://github.com/dxos/template-plugin
Last synced: about 2 months ago
JSON representation
Simple template for inspiration for building plugins in Composer.
- Host: GitHub
- URL: https://github.com/dxos/template-plugin
- Owner: dxos
- Created: 2023-09-15T22:26:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T22:33:09.000Z (12 months ago)
- Last Synced: 2025-01-01T18:57:06.109Z (about 2 months ago)
- Language: TypeScript
- Size: 2.63 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Plugin: Colors
This is an example of building a simple plugin inside [Composer](https://composer.dxos.org).
## Running
Run the app with `npm`:
```bash
npm install
npm run serve
```## Building
Build the app to the `out` folder:
```bash
npm run build
```