0.1.5 • Published 9 years ago

ask-sync v0.1.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
9 years ago

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']
		}),
	});
0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago