2.1.6 • Published 1 day ago

@inquirer/input v2.1.6

Weekly downloads
974
License
MIT
Repository
github
Last release
1 day ago

@inquirer/input

Interactive free text input component for command line interfaces. Supports validation, filtering, transformation, etc.

Input prompt

Installation

npm install @inquirer/input

yarn add @inquirer/input

Usage

import input from '@inquirer/input';

const answer = await input({ message: 'Enter your name' });

Options

PropertyTypeRequiredDescription
messagestringyesThe question to ask
defaultstringnoDefault value if no answer is provided (clear it by pressing backspace)
transformer(string, { isFinal: boolean }) => stringnoTransform/Format the raw value entered by the user. Once the prompt is completed, isFinal will be true. This function is purely visual, modify the answer in your code if needed.
validatestring => boolean \| string \| Promise<string \| boolean>noOn submit, validate the filtered answered content. When returning a string, it'll be used as the error message displayed to the user. Note: returning a rejected promise, we'll assume a code error happened and crash.
themeSee ThemingnoCustomize look of the prompt.

Theming

You can theme a prompt by passing a theme object option. The theme object only need to includes the keys you wish to modify, we'll fallback on the defaults for the rest.

type Theme = {
  prefix: string;
  spinner: {
    interval: number;
    frames: string[];
  };
  style: {
    answer: (text: string) => string;
    message: (text: string) => string;
    error: (text: string) => string;
    defaultAnswer: (text: string) => string;
  };
};

License

Copyright (c) 2023 Simon Boudrias (twitter: @vaxilart) Licensed under the MIT license.

zebra-managercli@novomanu/project-cli@infinitebrahmanuniverse/nolb-_inqcloudcampproject-turbo-init@everything-registry/sub-chunk-464nats-generate-serviceytdpl-cliyt2altxeno-cliwefit-clitonnfttinker-admin-clitext-adventure-robot-apocalypse@inquirer/prompts@intrnl/netlifydd@imballinstack/cliffsetup-cli-appskywardspa-builder-wizard@kevincoyle/ds-explorer-cli@owfdr/cook@mmxiong/cs-i18nz.calculator@joystream/hydra-cli@jynxio/create-app@makepad/create-web-component@ledjay/create-md-post@adhow/code-genmirzadev-calculatormirzazaindev-calculatorremegen@proton/cli@salesforce/plugin-dev@salesforce/plugin-info@salesforce/plugin-sobject@peerbit/blog@novomanu/create-project-cli@wj77998/openai@sws2apps/github-gcloud-cliexpress-generator-clienv-var-codegen@subsquid/hydra-cli@sunly95/gen-version@sunodo/cli@massimo-cassandro/dev-updater@massimo-cassandro/dev-utilities@mermaidchart/clieasy-peasy-weather-cli@sngular/api-mock-runnereasy-code-tool-cli@sigma-force/react-sigma-cli@teqed/interact-ibmi@tryghost/mg-stripe@0xrhmn/lol-baby@zalastax/nolb-_inqgenerate-front-endgenerate-nats-service@zapper-fi/apps@zapper-fi/cli@4s1/conventional-commit-creator@winches/vue2-cligit-brancheetosgh-issue-cli@brokenms/i18n-cli@chainlink/hardhat-chainlinkhesto-cli@cloudifybiz/cld@coatl/gitter@developertheexplorer/password@developertheexplorer/confirmbluetebsv-utilscreate-azteccreate-aztec-appore-pper-clicorebiz-quarks-cliopenlgenpackage-description@calamansi/craftbot@booper/cli@basis-theory-labs/clicreate-ts-lib-ghcreate-haze-appcreate-min-appcreate-nextjs-dappcreate-md-postcreate-devcycle-appkahoot-toolkitcreate-noircreate-react-doccross-chain-shuttlecmd_number_guessing-gamecli-bmimultiple-repo-managerquick-db-managerlucid-packagecomponiumcontributing-generatorlogo-canvas
2.1.6

1 day ago

2.1.5

11 days ago

2.1.4

15 days ago

2.1.3

15 days ago

2.1.2

22 days ago

2.1.1

29 days ago

2.1.0

2 months ago

2.0.2

2 months ago

2.0.1

2 months ago

2.0.0

3 months ago

1.2.16

3 months ago

1.2.15

3 months ago

1.2.8

8 months ago

1.2.7

9 months ago

1.2.6

9 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.12

7 months ago

1.2.13

7 months ago

1.2.10

8 months ago

1.2.11

8 months ago

1.2.14

6 months ago

1.2.9

8 months ago

1.2.2

10 months ago

1.2.0

11 months ago

1.1.1

11 months ago

1.0.2

12 months ago

1.1.0

11 months ago

1.0.1

12 months ago

1.0.8

11 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.4

12 months ago

1.2.1

11 months ago

1.1.2

11 months ago

1.0.3

12 months ago

1.0.0

1 year ago

0.1.0

1 year ago

0.0.28-alpha.0

2 years ago

0.0.27-alpha.0

2 years ago

0.0.26-alpha.0

2 years ago

0.0.21-alpha.0

2 years ago

0.0.22-alpha.0

2 years ago

0.0.24-alpha.0

2 years ago

0.0.23-alpha.0

2 years ago

0.0.19-alpha.0

2 years ago

0.0.20-alpha.0

2 years ago

0.0.18-alpha.0

2 years ago

0.0.17-alpha.0

3 years ago

0.0.16-alpha.0

3 years ago

0.0.15-alpha.0

3 years ago

0.0.14-alpha.0

3 years ago

0.0.13-alpha.0

4 years ago

0.0.12-alpha.0

4 years ago

0.0.11-alpha.0

4 years ago

0.0.10-alpha.0

4 years ago

0.0.9-alpha.0

4 years ago

0.0.7-alpha.0

5 years ago

0.0.6-alpha.0

5 years ago

0.0.5-alpha.0

5 years ago