2.1.0 • Published 10 years ago
@io-monad/chrome-util v2.1.0
@io-monad/chrome-util
Collection of utilities for building Chrome extension
API
See API ESDoc
Usage
$ npm install --save @io-monad/chrome-utilimport { getVersion } from "@io-monad/chrome-util";
console.log(getVersion());Build
$ npm install
$ npm run buildTest
$ npm testContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT (See LICENSE)