cmd-johnson / deno-oauth2-client

Minimalistic OAuth 2.0 client for Deno.
MIT License
45 stars 9 forks source link

suggestion: publish to JSR #52

Open iuioiua opened 5 months ago

iuioiua commented 5 months ago

JSR is Deno's new JavaScript registry. Publishing here will allow dependent modules to publish to JSR, too. Some work would be required, but it wouldn't be hard. I'd be happy to lend a hand.

References:

  1. JSR's docs on publishing packages
  2. Deno's tool for converting deno.land/x modules to JSR packages