Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.31 KB

Brox.js

NPM Version

⚠️ CURRENTLY IN SPECIFICATION ⚠️

Goal: Think about and build a pure JavaScript Browser Extension Framework.

Available Gulp commands :

gulp pre-clean # clean build/
gulp compile # es6 -> es5
gulp jshint # check code syntax
gulp test # run the test (directly in es6)
gulp build # jshint, test, pre-clean and compile
gulp # (default - for development) watch and build / run tests

# To install globally (update binaries)
sudo npm i -g .

API

Others