1.1.0 • Published 8 years ago

readline-completer v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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

Travis Build Status Code Climate Coverage Status NPM downloads

API

const readlineCompleter = (): object

description of the function signature

Install

With npm installed, run

$ npm install readline-completer

See Also

License

MIT