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
- Host: GitHub
- URL: https://github.com/parro-it/readline-completer
- Owner: parro-it
- License: mit
- Created: 2016-10-08T09:19:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T19:41:33.000Z (over 9 years ago)
- Last Synced: 2025-04-25T11:05:52.936Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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
```
```
[](http://travis-ci.org/parro-it/readline-completer)
[](https://codeclimate.com/github/parro-it/readline-completer)
[](https://coveralls.io/github/parro-it/readline-completer?branch=master)
[](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