Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whizzes/inputio
- Owner: whizzes
- License: mit
- Created: 2022-08-30T03:32:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T03:59:03.000Z (over 2 years ago)
- Last Synced: 2024-09-21T09:08:05.774Z (3 months ago)
- Topics: nodejs, stdin
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.