build icon indicating copy to clipboard operation
build copied to clipboard

Docker image for `npx @rose-pine/build`

Open markmandel opened this issue 1 year ago • 2 comments

This is for those of us who don't have npm/npx installed, but definitely have Docker installed. 😁

I would find it super handy to have a Docker image I could run with docker run -v $(pwd):/files rose-bine/build -t /files/templae.foo (or something like that) rather than working out how to install npx on my system.

But that may also just be me 😄

I may end up submitting a Docker file to this repo to kick things off once I start themeing my system anyway.

markmandel avatar Jan 18 '25 17:01 markmandel

I never loved the idea of needing npm installed and did start an experimental version of our build tool in go (bloom). We can have single binary, zero-dependency releases or utilise goblin.run to get an npx-like experience—only relying on having curl.

mvllow avatar Jan 18 '25 21:01 mvllow

Single binary would also be lovely! Would not complain about that either! 👍🏻

Go cross compiles so easily too!

markmandel avatar Jan 19 '25 02:01 markmandel