-
Notifications
You must be signed in to change notification settings - Fork 222
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
Simpler invocation #18
Comments
Yes, it's definitely a feature that simplifies (I usually do it via shell scripts).
If you want to look into this, that's just great! |
I think for the backward compatible is not an issue as long as we define some new clear arguments.. For Windows I don't really have one with me but I can try to make sure that it's compatible. |
Thanks, sounds reasonable. It will be a useful feature. |
Still haven't managed to do this sorry. |
only works for git2 though not really generic but a good start, might be good to have that feature inside code-maat directly maybe? |
Yes, the start of the JVM and Clojure itself is expensive, but also the parsing. I'm not putting much time into code maat now since I focus full-time on the Empear tools, where we do have this complete automation. There will be an open version available soon as CodeScene. |
I think it would be great to avoid the need to manually generate the logs and then feed it into code-maat after..
After all the command that needs to be run is known and to find out what kind of repository is we just need to check for .git/.hg/.svn in the directory right?
I can probably give it a try and add something like "--auto $path" or "--repository-path $path" option that does the detection and parsing, what do you think?
The text was updated successfully, but these errors were encountered: