git_helper 0.0.1 git_helper: ^0.0.1 copied to clipboard
A simple github helper
A simple github helper
Install #
Use the dart pub global
command to install this into your system.
$ dart pub global activate git_helper
Use #
If you have modified your PATH, you can run this server from any local directory.
$ git_helper
Otherwise you can use the dart pub global
command.
$ dart pub global run git_helper
Here's an example of starts a commit workflow:
$ dart create my_project
$ cd my_project
$ dart pub get
$ git_helper --commit # Here the commit flow starts
Configure #
$ git_helper --help
-c, --commit Starts the commit flow
-h, --help Displays the help.