Michiel Borkent
Michiel Borkent
Actually another idea: It might be better to store this project data inside a `resources/META-INF/org/lib/project.edn` file instead. Why? Since CLI tools like neil often want to print their own version...
@teodorlu Already discussed here: https://github.com/babashka/neil/issues/81#issuecomment-1207275456
> It might be better to store this project data inside a resources/META-INF/org/lib/project.edn file instead. But on the other hand, it has tremendous benefit of having data stored in a...
Yes, I think adding a hint in the help seems good. Let's keep `neil --version` for neil's own version.
Let's continue discussion different sub-topic here: https://github.com/babashka/neil/discussions/90 I'll update this issue with conclusions from those discussions.
@zane I think we should implement this as the next big feature for obb. It should be relatively straightforward to borrow code from nbb. I basically copied over the implementation...
Yes, we can add a function for this to `nbb.core`.
@jkxyz Indeed, having just a function to map over the stdout and/or stderr would be the most flexible solution. Just an interceptor basically.
We could start with only git deps btw... and port a subset of gitlibs to CLJS. And then require people to _only_ use gitlibs.