char0n / ramda-adjunct

Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
https://char0n.github.io/ramda-adjunct/
BSD 3-Clause "New" or "Revised" License
683 stars 87 forks source link

Make this library usable in denoland #2153

Open char0n opened 2 years ago

char0n commented 2 years ago

https://deno.land/

devsheva commented 3 months ago

any news about this?

char0n commented 3 months ago

@devsheva can you provide any resources about denoland and what needs to be done so that this library comply with deno land?

Ref https://github.com/ramda/ramda/issues/3457

devsheva commented 3 months ago

I think you should check on how to publish on jsr, since it's the new package registry made by deno and most of packages are migrating on it.

This can be a start point: https://jsr.io/docs/publishing-packages

You can use npm packages directly on deno since they're supported now.

PS: I've never done a work like this, I just asked news since I was deno for a personal project and I'd like to rely on ramda-adjunct for some utils