Comparing version 0.3.15 to 0.3.16
{ | ||
"name": "rejoinder", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"description": "A generator of smart, pretty, and organized output for Node/JS scripts in the terminal", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.xunn.io/open-source/rejoinder" | ||
"url": "https://github.com/rejoinder" | ||
}, | ||
@@ -13,6 +13,7 @@ "main": "lib/rejoinder.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --recursive --reporter spec ./tests", | ||
"docs": "documentation -f md -o API.md", | ||
"test": "mocha --recursive --reporter spec ./test", | ||
"docs": "documentation build -f md -o API.md", | ||
"pp": "publish-please", | ||
"prepublish": "publish-please guard" | ||
"prepublishOnly": "publish-please guard && publish-please guard", | ||
"publish-please": "publish-please" | ||
}, | ||
@@ -31,13 +32,13 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"shelljs": "^0.7.0" | ||
"shelljs": "^0.8.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"mocha": "^2.3.4", | ||
"publish-please": "^2.3.1", | ||
"sinon": "^1.17.2" | ||
"chai": "^4.2.0", | ||
"mocha": "^7.1.2", | ||
"publish-please": "^5.5.1", | ||
"sinon": "^9.0.2" | ||
}, | ||
"dependencies": { | ||
"colors": "^1.1.2" | ||
"colors": "^1.4.0" | ||
} | ||
} |
@@ -10,12 +10,8 @@ [![npm version](https://badge.fury.io/js/rejoinder.svg)](https://badge.fury.io/js/rejoinder) | ||
Rejoinder is a generator of smart, pretty, and organized output on the console for Node/JS scripts, with optimizations for executing shell commands. | ||
Rejoinder is that generator of smart, pretty, highly organized output your parents warned you about. | ||
It leverages colors and the like using the [colors package](https://www.npmjs.com/package/colors) and makes life easier when executing CLI instructions with [shelljs](https://www.npmjs.com/package/shelljs). | ||
TODO: SPIN OFF EXECUTABLE POWERS INTO A SLASH-FILE VERSION i.e. rejoinder/execute | ||
ShellJS and any CLI extensions are not required, however! Check out `lib/Echo/EmitStrategy` if you're curious how it works :) | ||
Super awesome when paired with [inquirer](https://www.npmjs.com/package/inquirer) and/or [commander](https://www.npmjs.com/package/commander)! | ||
Also does children's parties. | ||
## Installation | ||
@@ -22,0 +18,0 @@ |
1
29686
10
471
99
+ Addedshelljs@0.8.5(transitive)
- Removedshelljs@0.7.8(transitive)
Updatedcolors@^1.4.0