readline-completer
v1.1.0
Published
Better tab completion for node readline
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 = (): objectdescription of the function signature
Install
With npm installed, run
$ npm install readline-completerSee Also
License
MIT
