readline-completer
v1.1.0
Published
Better tab completion for node readline
Downloads
6
Readme
readline-completer
Better tab completion for node readline
background details relevant to understanding what this module does
Usage
description of the example
const readlineCompleter = require('readline-completer');
console.log({readlineCompleter});
This will output
API
const readlineCompleter = (): object
description of the function signature
Install
With npm installed, run
$ npm install readline-completer
See Also
License
MIT