0.0.2 • Published 6 years ago

@sam_undefined/hc v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

HC

Ongoing command line tool to make version control less painful and inconsistent.

Capabilities

git tags

Use HC to create well formatted git tags.

hc tag <release number for the day> "<name>"

Note: Be sure to wrap the tag's name in quotes.

Example usage:

$ hc tag 3 "Initial release"

Created git tag: 
2018-11-06.0.initial_release

$