Deploy Chrome extensions to the Chrome Web Store.
Installation
npm install --save-dev chrome-extension-deploy
Usage
Note: chrome-extension-deploy
requires Promise
support.
If your environment does not natively support promises, you'll need to provide your own polyfill.
var fs = ;var deploy = ; ;