0.1.84 • Published 2 years ago

@cloud-technology/cli-prompt v0.1.84

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 years ago

@cloud-technology/cli-prompt

Overview

cli-prompt is a zero dependency, node.js ESM-compliant commandline prompt.

As an ESM module, when running via a compatible (16+) node.js runtime, package(s) benefit from running await via the global namespace for blocking cli-prompt callables.

Setup

npm install --save @cloud-technology/cli-prompt

Development

If installing only for development or POC-related purposes

npm install --save-dev @cloud-technology/cli-prompt

Usage

Note - Ensure to have "type": "module" configured in package.json.

index.js

import Prompt from "@cloud-technology/cli-prompt";

const Query = await Prompt("First Name");

console.debug(Query);

process.exit(0);
0.1.84

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago