Docker image for `npx @rose-pine/build`
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.
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.
Single binary would also be lovely! Would not complain about that either! 👍🏻
Go cross compiles so easily too!