Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

kissmybutton/motorcortex-plugin-boilerplate

Repository files navigation

motorcortex-plugin-boilerplate

"Usage"

In order to create a MotorCortex-Plugin we recommend using this boilerplate.

Step 1

Clone this repo using the command

git clone https://github.com/kissmybutton/motorcortex-plugin-boilerplate.git

Step 2

Install all the required npm modules

npm i

Step 3

Create your plugin in the src folder. There you will find all the files you need on order to create a plugin with one exported incident.

Step 4

In order to test your plugin in the demo folder we have a demo of the plugin. To run in simply type

npm start

Step 5

When you are happy with your plugin execute the followig commands

npm run build
npm run build:demo

git add .
npm run commit
git push origin master

npm publish

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published