Lab
Command-line client for GitLab.
Installation
$ gem install gitlab-cli
Usage
$ lab
# Create a new repository
$ lab repository create hello-world
# List repositores
$ lab repository list
# List users
$ lab user list
Completion
Lab comes with autocompletion for your favorite shell (as long as your favorite shell
is zsh). To install it, copy completion/lab.zsh
onto your $FPATH
.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
I love you
Johannes Gorset made this. You should tweet me if you can't get it to work. In fact, you should tweet me anyway.