bleep
bleep copied to clipboard
A bleeping fast scala build tool!
Support link debug and release from bloop. this is not exposed through BSP, so there will need to be some bespoke solution or implement support in BSP. scala-cli has it's...
followup to #428 can now pass --single to update-deps it's possible to pass only an org or an org + module e.g. passing org.http4s will upgrade all deps of the...
creating new builds with vite has this nice feature where you select from common frameworks. test frameworks and if you want a TypeScript project. I think this would be a...
I'd like a follow-up task where we standardize handling of environment variables, java properties and so on between `test`,`run`, `script` (maybe others?) - and then document it properly _Originally posted...
Scala-cli has a way to export the build definition as json which we could parse and use to import. Because scala-cli only supports single module builds it should be fairly...