Remove whitespace

This commit is contained in:
Marcel Bischoff 2015-11-09 02:11:30 +01:00
parent d1c3fdce8b
commit f8bd7f094c
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ Some fine resources to write your own CLI App.
### Node frameworks and packages
- [meow](https://github.com/sindresorhus/meow) - The most simple way to write small CLI modules including argument parsing.
- [inquirer](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API.
- [inquirer](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API.
- [Vorpal](https://github.com/dthree/vorpal) - Complete solution for creating interactive apps. Includes UI features from inquirer.
### Node Command-line utilities