ask-sync

0.1.5 • Public • Published

ask-sync

An easy to use library for interactive data input

Installation

$ npm install ask-sync

Sample code

	var ask = require('ask-sync');
	
	var person = ask({
		name: ask.string('Person name'),
		age:  ask.number('Person age'),
		sex:  ask.string('Person sex', {
			values: ['male','female']
		}),
	});

/ask-sync/

    Package Sidebar

    Install

    npm i ask-sync

    Weekly Downloads

    0

    Version

    0.1.5

    License

    Apache-2.0

    Last publish

    Collaborators

    • alex94puchades