Skip to content

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