Fork me on GitHub
#babashka
<
2022-09-03
>
borkdude12:09:22

Is someone else still able to build bb on macOS? I think I've screwed up my macOS command line tools at some point, and I'm not able to build anymore. https://clojurians.slack.com/archives/CAJN79WNT/p1662207100541129

borkdude14:09:15

It works again. Removing ./bb worked... arm64 facepalm

parens 2
rads16:09:16

Hey folks, I'm excited to share a tool I've been working on these last couple weeks: bbin: Install any Babashka script or project with one command. GitHub: https://github.com/babashka/bbin Slack: #babashka-bbin This is a prototype based on an https://github.com/babashka/babashka/discussions/1307 of adding a bb install command to Babashka. After discussing this with @borkdude, we agreed it's best for now to keep bbin as a standalone tool while we get feedback from the community before potentially adding more stuff to bb Even though the project is just getting started, it's already very useful! Check out the https://github.com/babashka/bbin/wiki/Scripts-and-Projects page for examples of tools that you can already install out-of-the-box Right now we're looking for some early adopters to test this out. 🙂 After this initial round of testing and feedback, I'm hoping to cut a 0.1.0 release and make a more formal announcement

🎉 8
👏 1
❤️ 1
nate18:09:35

This looks awesome!

nate18:09:14

I just tried it out and was able to install watch and neil

borkdude19:09:02

Thanks for the great work on this @U0CLCL6T0!

littleli19:09:23

@U0CLCL6T0 do you plan to include Windows binary in the release?

borkdude19:09:58

@UBLU3FQRZ I've pinged you on an issue in bbin to add Windows support. Have you seen this?

borkdude19:09:17

bbin is not a binary, it's a bb project

littleli19:09:16

Yes. I've been actually quite confused. So it's more like what we did with neil. Right?

borkdude19:09:37

Indeed, very similar, but generalized

littleli19:09:12

Ok. Ok. Let's see what can I do.