You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*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
30
32
31
33
## Setup
32
34
@@ -47,14 +49,24 @@ This project is just a CLI for [diff2html-nodejs](https://github.com/rtfpessoa/d
47
49
-s, --side Side by Side diff.
48
50
-j, --json Export diff in json format.
49
51
50
-
## Contribution
52
+
Example:
51
53
52
-
All contributions are welcome.
54
+
diff2html -p -l "HEAD~1"
53
55
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.
55
63
56
64
## License
57
65
58
66
Copyright 2014 Rodrigo Fernandes. Released under the terms of the MIT license.
59
67
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).
0 commit comments