An open API service indexing awesome lists of open source software.

https://github.com/mheiber/bookmarkify


https://github.com/mheiber/bookmarkify

Last synced: 2 months ago
JSON representation

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)
```