sync-prompt
Advanced tools
Comparing version 0.3.1 to 0.3.2
# History | ||
- v0.3.2 | ||
- Just like v0.3.1, there's absolutely no bug fixes. Just some marketing fluff update. | ||
- v0.3.1 | ||
@@ -4,0 +6,0 @@ - a version bump from v0.3.0 to v0.3.1. There are absolutely no bug fixes in this one. I was simply not able to publish to v0.3.0, because I was too eager to publish to v0.3.0, but not actually wanting to publish it. But now, it seems NPM does not allow us to [overrite changes to a particular version](https://github.com/npm/npm-registry-couchapp/issues/148). |
{ | ||
"name": "sync-prompt", | ||
"description": "Synchronously prompt your user for command-line input.", | ||
"description": "The missing prompt function for Node.js", | ||
"homepage": "https://github.com/shovon/sync-prompt", | ||
@@ -8,5 +8,13 @@ "keywords": [ | ||
"line", | ||
"io" | ||
"io", | ||
"cli", | ||
"commandline", | ||
"commandlineinterface", | ||
"commandlineinput", | ||
"input", | ||
"output", | ||
"stdin", | ||
"synchronous" | ||
], | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"author": { | ||
@@ -13,0 +21,0 @@ "name": "Salehen Shovon Rahman", |
# sync-prompt | ||
**The missing prompt function for Node.js** | ||
[![Build Status](https://travis-ci.org/shovon/sync-prompt.png)](https://travis-ci.org/shovon/sync-prompt) [![Dependency Status](https://gemnasium.com/shovon/sync-prompt.png)](https://gemnasium.com/shovon/sync-prompt) [![Coverage Status](https://coveralls.io/repos/shovon/sync-prompt/badge.png)](https://coveralls.io/r/shovon/sync-prompt) [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=shovon&url=https://github.com/shovon/sync-prompt&title=Synchronous%20Prompt%20for%20Node.js&language=English&tags=github&category=software) | ||
Synchronously prompt users for command-line input. Do more on Node.js, with less. | ||
You know how the browser has the `prompt` function that *actually* returns what the user entered, and not just require that you grab the value via a callback? Welp, Node.js doesn't have one, until now! Just like in the browser, call `prompt` and you should be able to prompt users via the command line! | ||
@@ -7,0 +9,0 @@ ## Usage |
21649
88