Eruda plugin template
npm install eruda-pluginbash
npm install -g eruda-plugin
`
Usage
`bash
eruda-plugin
`
Choose which templates you want and then enter the name of your eruda plugin.
Currently there are two types of templates:
* Simple: Simple plugin with only one source file.
* Webpack: Complex plugin with es6 and scss support.
Commonly used NPM scripts
`bash
watch and auto re-build.
npm run dev
build dist files.
npm run build
lint source files.
npm run lint
``