Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapidjs-org/plugin-template
rapidJS Plug-in template for packaged distribution and integration.
https://github.com/rapidjs-org/plugin-template
plugin rapidjs rjs template
Last synced: about 13 hours ago
JSON representation
rapidJS Plug-in template for packaged distribution and integration.
- Host: GitHub
- URL: https://github.com/rapidjs-org/plugin-template
- Owner: rapidjs-org
- Created: 2021-06-23T00:26:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:13:26.000Z (1 day ago)
- Last Synced: 2024-11-15T18:22:53.931Z (1 day ago)
- Topics: plugin, rapidjs, rjs, template
- Language: JavaScript
- Homepage: https://rapidjs.org/docs?p=builds:plugins
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [rJS](https://rapidjs.org) Plugin Template
A basic plugin structure to develop an isolated, reusable rJS plugin.
> Visit [https://rapidjs.org](https://rapidjs.org) for more information.
> Recommended README structure below:
`TODO: Brief description`
## [rJS](https://rapidjs.org) Plugin:
### Install
``` console
npm i
```
__rjs.plugin.json
``` json
{
"package": ""
}
```### Use
`TODO: Usage description`
```
└─ /src …
└─ /
├─ __rjs.plugin.json
├─ /components
│ ├─ _button.scss
│ ├─ _header.scss
│ └─ _footer.scss
└─ /pages
├─ index.html
└─ rates.html
```### Configure
`TODO: Configuration description`
__rjs.plugin.json
``` json
{
"package": "",
"config": {}
}
```