git_helper 0.0.1 copy "git_helper: ^0.0.1" to clipboard
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.
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A simple github helper

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, build_cli_annotations, hive, interact

More

Packages that depend on git_helper