Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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": {

}
}
```