@whizzes/inputio
v0.1.1
Published
Input utilities for NodeJS
Maintainers
Readme
Getting Started
npm install @whizzes/inputioUsage
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.
