githelp 1.2.0
githelp: ^1.2.0 copied to clipboard
Helps to write a CHANGELOG.md and with some other git related stuff
githelp for CHANGELOG.md #
Helps with some "git" related things. Its main purpose is to write a CHANGELOG.md file. You can also set the version of your pubspec.yaml according to the latest git tag.
###Example output###
###Installation###
Install
pub global activate githelp
Update
# activate git-help again
pub global activate githelp
Uninstall
pub global deactivate githelp
###Usage + Workflow###
# your commit with a "keyword"
git commit -am "feature: This is my new feature"
git tag -am 0.0.1
# Write CHANGELOG.md and set the version in pubspec.yaml
git-help -cyt
# push everything to your repo
git push origin master
# push it to pub
pub publish
-c - Writes CHANGELOG.md
-y - Sets the version in your pubspec.yaml
-t - pushes all tags to your repo
"feature" is a commit keyword. All the other keywords are here
###Commandline-options###
Usage: git-help [options]
-h, --help Shows this message
-s, --settings Prints settings
-c, --changelog Writes CHANGELOG.md
-k, --keys Print CHANGELOG keywords (lables)
-d, --simulation Simulation, no write operations
-i, --init [ your GIT-Repo name ]
-r, --domain [ Domain where your repo is ]
-v, --loglevel [ info | debug | warning ]
-a, --account [ Your account @ GitHub, BitBucket... ]
Sample:
Init repo: 'git-help -a YourName -i yourrepo.git'
Simpulate initialisation: 'git-help -d -a YourName -i yourrepo.git'
Simpulate BitBucket init: 'git-help -d -r bibucket.org -a YourName -i yourrepo.git'
Write CHANGELOG.md: 'git-help -c'
###License###
Copyright 2015 Michael Mitterer (office@mikemitterer.at),
IT-Consulting and Development Limited, Austrian Branch
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language
governing permissions and limitations under the License.
If this tool is helpful for you - please (Circle) me.