1- # Diff to Html Node Module ( CLI) by [ rtfpessoa] ( https://github.com/rtfpessoa )
1+ # Diff to Html CLI by [ rtfpessoa] ( https://github.com/rtfpessoa )
22
3- Diff to Html generates pretty HTML diffs.
4-
5- ### Inspiration
6-
7- This project is just a CLI for [ diff2html-nodejs] ( https://github.com/rtfpessoa/diff2html-nodejs ) .
3+ Diff to Html generates pretty HTML diffs from git diff output in your terminal
84
95## Features
106
@@ -16,17 +12,23 @@ This project is just a CLI for [diff2html-nodejs](https://github.com/rtfpessoa/d
1612
1713* GitHub like style
1814
15+ * Code syntax highlight
16+
1917## Online Example
2018
2119> Go to [ Diff2HTML] ( http://rtfpessoa.github.io/diff2html/ )
2220
23- ## Other Distributions
21+ ## Distributions
2422
2523* [ WebJar] ( http://www.webjars.org/ )
2624
27- * Manually download and import [ diff2html.js] ( https://github.com/rtfpessoa/diff2html ) into your page
25+ * [ Node Module] ( https://www.npmjs.org/package/diff2html )
26+
27+ * [ Bower Package] ( http://bower.io/search/?q=diff2html )
28+
29+ * [ Node CLI] ( https://www.npmjs.org/package/diff2html-cli )
2830
29- * Import Node library [ diff2html-nodejs ] ( https://github.com/rtfpessoa/ diff2html-nodejs ) into your package.json
31+ * Manually download and import ` rtfpessoa/ diff2html/dist/ diff2html.min.js ` into your page
3032
3133## Setup
3234
@@ -47,14 +49,24 @@ This project is just a CLI for [diff2html-nodejs](https://github.com/rtfpessoa/d
4749 -s, --side Side by Side diff.
4850 -j, --json Export diff in json format.
4951
50- ## Contribution
52+ Example:
5153
52- All contributions are welcome.
54+ diff2html -p -l "HEAD~1"
5355
54- To contribute just send a pull request with your feature,fix,... and it will be reviewed asap.
56+ > NOTE: notice the " in the example
57+
58+ ## Contributions
59+
60+ All the contributions are welcome.
61+
62+ To contribute just send a pull request with your changes and I will review it asap.
5563
5664## License
5765
5866Copyright 2014 Rodrigo Fernandes. Released under the terms of the MIT license.
5967
68+ ## Thanks
69+
70+ This project is inspired in [ pretty-diff] ( https://github.com/scottgonzalez/pretty-diff ) by [ Scott González] ( https://github.com/scottgonzalez ) .
71+
6072---
0 commit comments