3.1.6 • Published 2 days ago

@inquirer/confirm v3.1.6

Weekly downloads
681
License
MIT
Repository
github
Last release
2 days ago

@inquirer/confirm

Simple interactive command line prompt to gather boolean input from users.

Confirm prompt

Installation

npm install @inquirer/confirm

yarn add @inquirer/confirm

Usage

import confirm from '@inquirer/confirm';

const answer = await confirm({ message: 'Continue?' });

Options

PropertyTypeRequiredDescription
messagestringyesThe question to ask
defaultbooleannoDefault answer (true or false)
transformer(boolean) => stringnoTransform the prompt printed message to a custom string
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;
    defaultAnswer: (text: string) => string;
  };
};

License

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

@novomanu/project-cli@infinitebrahmanuniverse/nolb-_inqproject-turbo-init@everything-registry/sub-chunk-464release-nowrvt-cli@sngular/api-mock-runnerstart-envs@sleepygogo/tailwindcss-clipreevyprisma-generator-builderregit-clispydsrt2fcpxmlrepomrocket-swaprocket-swap-jsbridgerocket-swap-sw@sunodo/cli@teqed/interact-ibmi@thall90/jest-it-up@toolx/cli@stevescruz/task-master@sws2apps/github-gcloud-cliremegenexpress-generator-clienv-var-codegeneasy-prepareffltms-startmtn-installmswmodern-skeleton-clilucid-packagelitaeslast-parsegrape-regexpnew-pluto-appmicro-development-cligitkeykitgpt-engineergrandline-clinocsharpmorphetlibialibro-clientjest-it-upjest-it-up-tshoumousoclif@flowshot/clinpm-script-selectoropenlgenore-pper-cli@veterancrowd/aws-clitui-retroarch-thumbnail-downloader@valbuild/cli@valbuild/init@zapper-fi/apps@guimaraes.mahota/agnus-clicross-chain-shuttlecreate-azteccreate-aztec-appcorebiz-quarks-cli@hlink/core@hoevelmanns/vclicontributing-generator@dotenvx/dotenvx@frontendfyi/clibotops@booper/cli@based/clicalculator-cli-nabeel@inkohx/setup-eslintdocker-compose-generator@inquirer/prompts@calamansi/craftbotxeno-cli@chainlink/hardhat-chainlink@coatl/gitter@codemaskinc/argo-composer@josee9988/implode-css@kovsu/jutsublueprntcreate-next-procreate-new-dappd@4s1/conventional-commit-creator@affinidi/clibajo-cli@atiqsarwar/number_guessing_game@atiqsarwar/simple_command_line_calculator@webstudio-is/prisma-clientastro-components-cli@zalastax/nolb-_inq@washi/confyt2alt@basis-theory-labs/clizouclicheapestrip@novomanu/create-project-cli
3.1.6

2 days ago

3.1.5

12 days ago

3.1.3

16 days ago

3.1.4

16 days ago

3.1.2

23 days ago

3.1.1

30 days ago

3.1.0

2 months ago

3.0.2

2 months ago

3.0.1

2 months ago

3.0.0

3 months ago

2.0.16

3 months ago

2.0.17

3 months ago

2.0.5

10 months ago

2.0.4

10 months ago

2.0.7

9 months ago

2.0.6

10 months ago

2.0.9

8 months ago

2.0.8

9 months ago

2.0.15

6 months ago

2.0.13

7 months ago

2.0.14

7 months ago

2.0.11

8 months ago

2.0.12

8 months ago

2.0.10

8 months ago

2.0.3

10 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.9

11 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.0.3

12 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.0

1 year ago

0.1.0

1 year ago

0.0.27-alpha.0

2 years ago

0.0.28-alpha.0

2 years ago

0.0.25-alpha.0

2 years ago

0.0.21-alpha.0

2 years ago

0.0.22-alpha.0

2 years ago

0.0.23-alpha.0

2 years ago

0.0.20-alpha.0

2 years ago

0.0.19-alpha.0

2 years ago

0.0.18-alpha.0

2 years ago

0.0.17-alpha.0

2 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

3 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.8-alpha.0

4 years ago

0.0.6-alpha.0

5 years ago

0.0.5-alpha.0

5 years ago

0.0.4-alpha.0

5 years ago