package publisher codecov

A simple command line interdace to help you out with some github commands

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.

GitHub

View Github