0.0.1 • Published 5 years ago

docset v0.0.1

Weekly downloads
3
License
WTFPL
Repository
github
Last release
5 years ago

docset

Wraps a Dash docset for use in dash-like applications

installation

look, i'll put it up on npm later, ok? don't judge me.

yarn add docset

npm install docset

usage

const docset = require('docset')
const handle = docset('/home/dmr/.docsets/Docker.docset')
// find the `docker-compose run` entry
handle.lookup('do com run')