kalpa-inquirer

0.1.1 • Public • Published

kalpa-inquirer NPM version Build Status Dependency Status Coverage percentageLicense

Kalpa module for inquirer

Installation

 
$ npm install kalpa kalpa-inquirer -g
# playbook.yaml
kalpa:
  - play:
      - name: Getting answers using inquirer
        kalpa-inquirer:
          ask:
            - type: list
              name: theme
              message: What do you want to do?
              choices:
                - Order a Pizza
                - Make a reservation

            - type: list
              name: size
              message: What is the size need?
              choices:
                - Jumbo
                - Large
                - Standard
                - Medium
                - Small
                - Micro
            - type: input
              name: first_name
              message: What's your first name

            - type: checkbox
              message: Select toppings
              name: toppings
              choices:
                - name: Pepperoni
                - name: Ham

            - type: password
              message: Enter a password
              name: password
              mask: '*'

            - type: expand
              message: Conflict on `file.js`:
              name: overwrite
              choices:
                - key: y
                  name: Overwrite
                  value: overwrite
                - key: a
                  name: Overwrite this one and all next
                  value: overwrite_all
                - key: d
                  name: Show diff
                  value: diff

          result:
            file: answer.json
            type: json


Usage

foo@bar:~$ kalpa playbook.yaml

License

Apache-2.0 © Vinay Patil

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i kalpa-inquirer

Weekly Downloads

2

Version

0.1.1

License

Apache-2.0

Unpacked Size

7.25 kB

Total Files

6

Last publish

Collaborators

  • vinay.hpatil