Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a user client without dependencies on git and Ruby #88

Open
cornelius opened this issue Feb 25, 2017 · 0 comments
Open

Implement a user client without dependencies on git and Ruby #88

cornelius opened this issue Feb 25, 2017 · 0 comments
Labels
CLI Command Line Interface Medium Priority
Milestone

Comments

@cornelius
Copy link
Owner

The current command line client requires Ruby to run and makes use of git to get the library meta data. This is not a problem when packaged properly or when run on a Linux system which has developer tools set up, but it can cause trouble in the general case. One way to mitigate this would be to implement a client which doesn't have these dependencies. One option would for example be to fully implement it in Go. This would result in executables which can easily be distributed and run.

@cornelius cornelius added this to the 2.0 milestone Feb 25, 2017
@cornelius cornelius added the CLI Command Line Interface label Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Command Line Interface Medium Priority
Projects
None yet
Development

No branches or pull requests

1 participant