Publishing on Deno
See original GitHub issueWould be cool to have this library published on Deno. Although, it imports fine from import rg from 'https://esm.sh/regexparam'
but having it on the Deno registry could bring more users to the library.
In case you’re interested: https://dev.to/craigmorten/how-to-publish-deno-modules-2cg6
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Publishing Modules | Manual - Deno
A common way to publish Deno modules is via the official https://deno.land/x hosting service. It caches releases of open source modules and serves...
Read more >How to publish Deno modules - DEV Community
Navigate to the repository you want to create a release for. · Click on the Releases link on the right hand side menu....
Read more >How to publish Deno modules to NPM
Note: This article is accurate at the time of publishing, Deno, oak, dnt, and Node.js will continue to evolve and specific technical details ......
Read more >Publishing Your Deno Modules using GitHub - Bits and Pieces
With this process, you're essentially publishing your Deno modules into a free-to-use CDN that is sure to be available all the time. No...
Read more >Publish a Deno module in 3 quick steps - StartFunction
Let's see how to create, publish, and use our first Deno module. What are Deno modules? Deno modules are pieces of that you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok thanks, good to know. Will have that fixed for the next version that goes out 👍
Cool, not a problem 😃