nappy

node.js api docs from the command line

Usage no npm install needed!

<script type="module">
  import nappy from 'https://cdn.skypack.dev/nappy';
</script>

README

// nappy

nappy queries the latest node.js api docs from the command line.

basic usage

nappy -c fs.readFile

nappy caches the api docs for offline viewing

if you need to clear the cache, just pass the -w flag.

nappy -w -c util.inspect

@todo

  • custom color schemes
  • querying for things other than module functions