一个简单的命令行界面,帮助你处理一些 GitHub 命令
安装
使用 dart pub global 命令将其安装到你的系统中。
$ dart pub global activate git_helper
使用
如果你修改了你的 PATH,你可以从任何本地目录运行此服务器。
$ git_helper
否则,您可以使用 dart pub global 命令。
$ dart pub global run git_helper
这是一个开始提交工作流的例子
$ dart create my_project
$ cd my_project
$ dart pub get
$ git_helper --commit # Here the commit flow starts
配置
$ git_helper --help
-c, --commit Starts the commit flow
-h, --help Displays the help.