drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Similar project #44

Open sjz opened 11 years ago

sjz commented 11 years ago

Both of you are using thor and rest client

https://github.com/drewblessing/gitlab-cli does listing things, snippet creation https://github.com/georgecodes/glub adds project creation

Maybe you guys want to combine efforts?

drewblessing commented 11 years ago

I would be open to talking about it. I intend to offer near 100% API feature coverage. Full project, group and user manipulation are in a feature branch completed and waiting for the next release.

sjz commented 11 years ago

Works for me :) Want help with any of it? I've got a couple of features I may be interested in contributing .

georgecodes commented 11 years ago

@drewblessing My motivation was different to yours. I had a couple of specific things I needed to achieve for something I was doing for a client, and went ahead and put the result on Github. I'd like to get around to implementing the full API at some point, but it's not a priority. As suggested by @sjz, it probably makes more sense for me to simply abandon my efforts and contribute to yours.

drewblessing commented 11 years ago

@sjz Absolutely. I welcome any help. I will get all the changes in the feature branch merged in this weekend. That should give you a better idea of what I have so far.

@georgecodes I understand. If you would like to help here that would be great. One thing I really like about your project is the tests. I would love to have tests but I just don't know too much about testing. I'm sure it would require some refactoring, too.