BookPocket is a Chrome extension, which allows you to bookmark your web pages to Pocket.
BookPocket requires npm to install library dependencies, and gulp for building tasks.
$ cd bookpocket
$ npm intall
$ gulp
To build the production version which files are minified, just replace gulp
with gulp prod
in the last step.
BookPocket is released under the MIT license.