Mark Fortner
Mark Fortner
You might also think about creating an injectable component to handle these kinds of operations. For example, you might have an interface (lets call it ITestRig, with a LocalTestRig, and...
You might also consider a caching strategy which would obviate the need to store some of the files in git. The test rig would determine if the local file exists,...
Jose, Github has this feature called LFS (git large file storage https://git-lfs.github.com/), that might be an a way to solve the problem (assuming that the problem is intermittent access to...
I was wondering how the commands would be used? Do users want to be able to have all commands from all modules accessible in a single tool, or on a...
@heuermh Have you thought about using ServiceLoader to discover command implementations at runtime? This would let you have commands in different modules, and as long as the module was in...
@heuermh The appassembler would build the CLI skeleton application. When you start up the app, the skeleton app would check its classpath to discover all modules that have been downloaded,...
These are all valid approaches. It would be useful to get some input from users.
Thought this article on JShell, the new java REPL might be of interest... Regards, Mark http://www.infoq.com/news/2016/09/JavaOne-2016-Keynote-JShell?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global On Sep 12, 2016 11:40 AM, "Jose Manuel Duarte" [email protected] wrote: > I like...
@rmoszczynski The brew idea sounds interesting. There's an alternative though that's usable as an install tool from any OS that has bash, or Windows Powershell. It's called [sdkman](http://sdkman.io/) It's currently...
It would be better if there was a way to specify an iron icon. Something like "maps:person-pin".