@whizzes/inputio
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

inputio

Utilities for `stdin` for NodeJS CLI Applications

Getting Started

npm install @whizzes/inputio

Usage

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.

Package Sidebar

Install

npm i @whizzes/inputio

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

3.98 kB

Total Files

7

Last publish

Collaborators

  • estebanborai