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