-
**Is your feature request related to a problem? Please describe.**
While doing JBang contributions it struck me how easy is to create CLI (and REPL). Hence, MIMA got a small CLI tool as well with "re…
-
There should be some form of documentation generation tool for a platform. While the documentation for the platform extensions will typically be mostly written by hand, there is probably also aspects …
-
**Is your feature request related to a problem? Please describe.**
Gradle allows to add a local file as dependency
https://docs.gradle.org/current/userguide/declaring_dependencies.html
This is …
-
Many times users does not need to install, deploy, whatever, all they need is to resolve a GAV transitively...
Requirements:
* specify (or use default `.m2/repository`) local repository
* by defa…
-
jbang edit on new laptop vscode complains about no java.
we could alter PATH but better if JAVA_HOME would be sufficient.
@fbricon should JAVA_HOME be enough or do you require java in PATH?
-
take the code from #1596 and run `jbang build` and have it fail and it will delete the generated files leaving you without ability to to figure out what caused the issues.
should we have an option…
-
Hi,
i am trying to generate the ADR `.md` files from the code.
I have added `@MADR` and `@ADR` annotations in my code, but i don't understand how to generate the corresponding ADR files?
-
**Describe the bug**
A new class declared in a Markdown file is not getting compiled/recognized when it's annotated.
**To Reproduce**
- write a Markdown file `test.md` with this content:
```md
`…
-
At the time of writing, the [cheat repository](https://github.com/cheat/cheatsheets) has 39 pages that we don't seem to have yet in tldr-pages:
- [ ] [apparmor](https://github.com/cheat/cheatsheets…
-
running:
` jbang -m org.revapi.standalone.Main org.revapi:revapi-standalone:0.12.0 revapi.sh . --extensions=org.revapi:revapi-java:RELEASE,org.revapi:revapi-reporting-text:RELEASE --old-gavs com.go…