Skip to content
/ plugin-template Public template

rapidJS Plug-in template for packaged distribution and integration.

Notifications You must be signed in to change notification settings

rapidjs-org/plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Install

npm i <PACKAGE-REFERENCE>

__rjs.plugin.json

{
  "package": "<PACKAGE-REFERENCE>"
}

Use

TODO: Usage description

└─ /src …
   └─ /<PLUGIN-NAME>
      ├─ __rjs.plugin.json
      ├─ /components
      │  ├─ _button.scss
      │  ├─ _header.scss
      │  └─ _footer.scss
      └─ /pages
         ├─ index.html
         └─ rates.html

Configure

TODO: Configuration description

__rjs.plugin.json

{
  "package": "<PACKAGE-REFERENCE>",
  "config": {

  }
}

About

rapidJS Plug-in template for packaged distribution and integration.

Topics

Resources

Stars

Watchers

Forks