@uihc/hc
v0.2.1
Published
A command line tool for version control consistency.
Downloads
4
Readme
HC
Ongoing command line tool to make version control less painful and inconsistent.
Installation
HC is an npm package. Be sure you have npm installed and then run this in your terminal:
$ npm i -g @uihc/hc
Usage
Overview
Angle brackets (<>
) mean an argument is required, square brackets ([]
) mean it's optional. Options are always optional.
|Command|Arguments|Options (w/aliases) |Description | Basic Example|
|-------|---------|--------------------|--------------------------|--------------|
| tag | [release-number], [message]
|--release-number -n --message -m
| Create a formatted git tag.|hc tag
| tag push | |--remote -r
| Push the most recently created git tag.|hc tag push
Commands
$ hc tag 1 "Initial release"
Created git tag:
2018-11-06.1.initial_release
$