Last updated:
0 purchases
git helper
A simple github helper
Install #
Use the dart pub global command to install this into your system.
$ dart pub global activate git_helper
copied to clipboard
Use #
If you have modified your PATH, you can run this server from any
local directory.
$ git_helper
copied to clipboard
Otherwise you can use the dart pub global command.
$ dart pub global run git_helper
copied to clipboard
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
copied to clipboard
Configure #
$ git_helper --help
-c, --commit Starts the commit flow
-h, --help Displays the help.
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.