diff2html-cli
Advanced tools
Comparing version 0.2.3 to 0.2.4-1
{ | ||
"name": "diff2html-cli", | ||
"version": "0.2.3", | ||
"version": "0.2.4-1", | ||
"homepage": "https://www.github.com/rtfpessoa/diff2html-nodejs-cli", | ||
"homepage": "https://www.github.com/rtfpessoa/diff2html-cli", | ||
"description": "Fast Diff to colorized HTML", | ||
@@ -32,7 +32,7 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://www.github.com/rtfpessoa/diff2html-nodejs-cli.git" | ||
"url": "https://www.github.com/rtfpessoa/diff2html-cli.git" | ||
}, | ||
"bugs": { | ||
"url": "https://www.github.com/rtfpessoa/diff2html-nodejs-cli/issues" | ||
"url": "https://www.github.com/rtfpessoa/diff2html-cli/issues" | ||
}, | ||
@@ -57,4 +57,4 @@ | ||
"dependencies": { | ||
"commander": "2.7.1", | ||
"extend": "2.0.0", | ||
"commander": "2.8.1", | ||
"extend": "3.0.0", | ||
"pkginfo": "0.3.0", | ||
@@ -67,8 +67,3 @@ "diff2html": "*" | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/rtfpessoa/diff2html-node-cli/blob/master/LICENSE" | ||
} | ||
], | ||
"license": "MIT", | ||
@@ -75,0 +70,0 @@ "files": [ |
@@ -1,9 +0,5 @@ | ||
# Diff to Html Node Module (CLI) by [rtfpessoa](https://github.com/rtfpessoa) | ||
# Diff to Html CLI by [rtfpessoa](https://github.com/rtfpessoa) | ||
Diff to Html generates pretty HTML diffs. | ||
Diff to Html generates pretty HTML diffs from git diff output in your terminal | ||
### Inspiration | ||
This project is just a CLI for [diff2html-nodejs](https://github.com/rtfpessoa/diff2html-nodejs). | ||
## Features | ||
@@ -19,2 +15,4 @@ | ||
* Code syntax highlight | ||
## Online Example | ||
@@ -24,10 +22,14 @@ | ||
## Other Distributions | ||
## Distributions | ||
* [WebJar](http://www.webjars.org/) | ||
* Manually download and import [diff2html.js](https://github.com/rtfpessoa/diff2html) into your page | ||
* [Node Module](https://www.npmjs.org/package/diff2html) | ||
* Import Node library [diff2html-nodejs](https://github.com/rtfpessoa/diff2html-nodejs) into your package.json | ||
* [Bower Package](http://bower.io/search/?q=diff2html) | ||
* [Node CLI](https://www.npmjs.org/package/diff2html-cli) | ||
* Manually download and import `rtfpessoa/diff2html/dist/diff2html.min.js` into your page | ||
## Setup | ||
@@ -52,8 +54,14 @@ | ||
## Contribution | ||
Example: | ||
All contributions are welcome. | ||
diff2html -p -l "HEAD~1" | ||
To contribute just send a pull request with your feature,fix,... and it will be reviewed asap. | ||
> NOTE: notice the " in the example | ||
## Contributions | ||
All the contributions are welcome. | ||
To contribute just send a pull request with your changes and I will review it asap. | ||
## License | ||
@@ -63,2 +71,6 @@ | ||
## Thanks | ||
This project is inspired in [pretty-diff](https://github.com/scottgonzalez/pretty-diff) by [Scott González](https://github.com/scottgonzalez). | ||
--- |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11850
252
73
+ Addedcommander@2.8.1(transitive)
+ Addedextend@3.0.0(transitive)
- Removedcommander@2.7.1(transitive)
- Removedextend@2.0.0(transitive)
Updatedcommander@2.8.1
Updatedextend@3.0.0