Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whizzes/inputio

Utilities for `stdin` for NodeJS CLI Applications
https://github.com/whizzes/inputio

nodejs stdin

Last synced: about 7 hours ago
JSON representation

Utilities for `stdin` for NodeJS CLI Applications

Awesome Lists containing this project

README

        


inputio


Utilities for `stdin` for NodeJS CLI Applications




## Getting Started

```bash
npm install @whizzes/inputio
```

## Usage

```javascript
import { input } from '@whizzes/inputio';

async function main() {
const reply = await input("Enter your name: ");

console.log(reply);
}
```

## Contributions

Every contribution to this project is welcome, feel free to open PRs and issues
if you find fit for any.

## License

Licensed under the MIT license. Refer to the `LICENSE` file.