just saw #259 was fixed (sorry for delay) so now using forbidden-apis via cli is possible.
it would be awesome if I could do: jbang app install forbiddenapis@policeman-tools so I can run forbiddenapis as a cli tool.
would you be interested in that ?
Then create a policeman-tools/jbang-catalog repo and I will submit PR with a jbang catalog entry :)
something like:
{
"catalogs": {},
"aliases": {
"forbiddenapis": {
"script-ref": "de.thetaphi:forbiddenapis:3.9"
}
}
}
just saw #259 was fixed (sorry for delay) so now using forbidden-apis via cli is possible.
it would be awesome if I could do:
jbang app install forbiddenapis@policeman-toolsso I can runforbiddenapisas a cli tool.would you be interested in that ?
Then create a policeman-tools/jbang-catalog repo and I will submit PR with a jbang catalog entry :)
something like:
{ "catalogs": {}, "aliases": { "forbiddenapis": { "script-ref": "de.thetaphi:forbiddenapis:3.9" } } }