DDeno•Created by Jan on 8/6/2024 in #help How do I publish a Rust CLI on JSR
I am currently developing a CLI in Rust and would like to make it available to Typescript devs. There are several packages on NPM that wrap a CLI written in Rust or Go (e.g. Supabase CLI, Turborepo).
Can I publish such CLI on JSR instead? How to do that?