Skip to content

liriliri/eruda-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eruda-plugin

NPM version License

Eruda plugin template.

Install

npm install -g eruda-plugin

Usage

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

# watch and auto re-build.
npm run dev
# build dist files.
npm run build
# lint source files.
npm run lint