jsr-io / jsr-npm

A cli tool to make installing packages form jsr.io in node easy
https://npmjs.com/package/jsr
MIT License
88 stars 12 forks source link

feat: add `jsr setup` subcommand #89

Open kt3k opened 1 month ago

kt3k commented 1 month ago

This PR adds jsr setup subcommand as described in #88. This command should be useful when a user want to install an npm package with JSR dependencies.

closes #88