With the amount of ad-hoc scripts, and increasing janis functionality, it's useful to group a number of developer-focused functionality into a little toolkit.
For example
Generating tool wrappers
Parsing container help text to generate tool wrappers
Running individual / all unit tests for tools
etc
It might be best to keep it on this repository (/janis), and call it:
janisdk (maybe)
Try to keep load times as simply as possible, eg, don't load any janis components because it's slow to load.
With the amount of ad-hoc scripts, and increasing janis functionality, it's useful to group a number of developer-focused functionality into a little toolkit.
For example
It might be best to keep it on this repository (
/janis
), and call it:janisdk
(maybe)Try to keep load times as simply as possible, eg, don't load any janis components because it's slow to load.