Package Exports
- git-stats-html
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-stats-html) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
$ git-stats-html
Turn git-stats result into HTML output.
Check out git-stats
for more details about git-stats.
☁️ Installation
You can install the package globally and use it as command line tool:
$ npm i -g git-stats-html
Then, run git-stats-html --help
and see what the CLI tool can do.
$ git-stats-html --help
Usage: git-stats-html <data> [options]
Turn git-stats result into HTML output.
Command arguments:
<data> The input JSON data.
Options:
-o, --output <path> The output file path. Default it will display the
HTML in the stdout.
--big Use this option for bigger than one year calendars.
-v, --version Displays version information.
-h, --help Displays this help.
Examples:
$ git-stats --raw | git-stats-html -o out.html
$ git-stats --since '1 January 2015' --raw | ./bin/git-stats-html -o out.html --big
Documentation can be found at https://github.com/IonicaBizau/git-stats-html#readme.
📝 Documentation
For full API reference, see the DOCUMENTATION.md file.
😋 How to contribute
Have an idea? Found a bug? See how to contribute.
💰 Donations
Another way to support the development of my open-source modules is to set up a recurring donation, via Patreon. 🚀
PayPal donations are appreciated too! Each dollar helps.
Thanks! ❤️