eruda-plugin
v1.4.0
Published
Eruda plugin template
Readme
eruda-plugin
Eruda plugin template.
Install
npm install -g eruda-pluginUsage
eruda-pluginChoose 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
# watch and auto re-build.
npm run dev
# build dist files.
npm run build
# lint source files.
npm run lint