rJS Plugin Template
A basic plugin structure to develop an isolated, reusable rJS plugin.
Visit https://rapidjs.org for more information.
Recommended README structure below:
TODO: Brief description
rJS Plugin:
npm i <PACKAGE-REFERENCE>
__rjs.plugin.json
{
"package": "<PACKAGE-REFERENCE>"
}
TODO: Usage description
ββ /src β¦
ββ /<PLUGIN-NAME>
ββ __rjs.plugin.json
ββ /components
β ββ _button.scss
β ββ _header.scss
β ββ _footer.scss
ββ /pages
ββ index.html
ββ rates.html
TODO: Configuration description
__rjs.plugin.json
{
"package": "<PACKAGE-REFERENCE>",
"config": {
}
}