@evosphere/browser-module-generator
v0.1.0
Published
generate a folder with standard code to create a browser plugin
Downloads
5
Readme
browser-module-generator
Generates code and everything necessary to start developping a JS module that will work in the browser.
It uses Rollup out of the box to generate an UMD file in development, minified in production. It also provides babel with ES2015 preset because it's really great.
Installation
̀npm install -g @evosphere/browser-module-generator