Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 660 Bytes

dynamic-form-cli

A command line program that reads JSON encoded form data and prompts each fields, accepts and validates user inputs based on the type of the field, conditionally prompt certain field, based on whether another field is of a particular value.

Running the application

To install the dependencies,

    npm install

To run the application,

    npm start

To run the test suites,

    npm test