https://github.com/mheiber/bookmarkify
https://github.com/mheiber/bookmarkify
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mheiber/bookmarkify
- Owner: mheiber
- Created: 2017-03-13T16:51:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T03:28:58.000Z (about 8 years ago)
- Last Synced: 2025-01-30T06:41:28.774Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookmarkify
Turn JS into a HTML for a bookmarklet
## Install
```sh
npm install -g bookmarkify
```## Command Line Usage
```sh
bookmarkify source.js label > bookmarklet.js
```## API
```js
const bookmarkify = require('bookmarkify')
const html = bookmarkify(file, label)
```