bookmarkify
v1.5.0
Published
Turn JS into a HTML for a bookmarklet
Readme
Bookmarkify
Turn JS into a HTML for a bookmarklet
Install
npm install -g bookmarkifyCommand Line Usage
bookmarkify source.js label > bookmarklet.htmlAPI
const bookmarkify = require('bookmarkify')
const html = bookmarkify(file, label)