An open API service indexing awesome lists of open source software.

https://github.com/parro-it/readline-completer

Better tab completion for node readline
https://github.com/parro-it/readline-completer

Last synced: 9 months ago
JSON representation

Better tab completion for node readline

Awesome Lists containing this project

README

          

# readline-completer

> Better tab completion for node readline

background details relevant to understanding what this module does

## Usage

description of the example

```js
const readlineCompleter = require('readline-completer');

console.log({readlineCompleter});
```

This will output

```
```

[![Travis Build Status](https://img.shields.io/travis/parro-it/readline-completer/master.svg)](http://travis-ci.org/parro-it/readline-completer)
[![Code Climate](https://img.shields.io/codeclimate/github/parro-it/readline-completer.svg)](https://codeclimate.com/github/parro-it/readline-completer)
[![Coverage Status](https://coveralls.io/repos/github/parro-it/readline-completer/badge.svg?branch=master)](https://coveralls.io/github/parro-it/readline-completer?branch=master)
[![NPM downloads](https://img.shields.io/npm/dt/readline-completer.svg)](https://npmjs.org/package/readline-completer)

## API

```js
const readlineCompleter = (): object
```

description of the function signature

## Install

With [npm](https://npmjs.org/) installed, run

```
$ npm install readline-completer
```

## See Also

- [`noffle/common-readme`](https://github.com/noffle/common-readme)

## License

MIT