An open API service indexing awesome lists of open source software.

https://github.com/solidsnack/gittar

Makes a nicely named tarball from a Git repository, incorporating the tag and the number of intermediate commits.
https://github.com/solidsnack/gittar

Last synced: 12 months ago
JSON representation

Makes a nicely named tarball from a Git repository, incorporating the tag and the number of intermediate commits.

Awesome Lists containing this project

README

          

Creates tarballs for your project with name-version.tbz style names. The
name is taken to be the name of the project root directory; the version is a
combination of the tag and, if there are any commits after the tag, the
count of these commits and the hash of the last commit. (See `git describe'
to find out more about this style of version naming.)