Publish as an NPM module
See original GitHub issueI had posed an idea to ENS to utilize ethereum-lists
to power the list of networks on domain address fields, instead of their internal (duplicated) structure.
While they are willing to adopt, they’d (understandably) prefer it as an inline dependency versus external endpoint. Publishing as an NPM module may assist other projects in more easily referencing the chain list, as well.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Creating and publishing private packages - npm Docs
On the command line, navigate to the root directory of your package. cd /path/to/package ; To publish your private package to the npm...
Read more >How to publish packages to npm (the way the industry does ...
The way the industry publishes (and updates) packages. · Run tests (if there are any) · Update version in package.json according to Semver...
Read more >How to create and publish an npm module
Step 1 — Initial Setup · Step 2 — Writing the code · Step 3 — Executing the code · Step 4 —...
Read more >How to Publish Your First npm Package | by Bret Cameron
Publish your package · If you haven't already, sign-up to npm. A profile picture and GitHub link can make you seem more personable...
Read more >How to Create and Publish Your First Node.js Module
Publish to npm ... If you run into errors with the above command, it could mean that the package name is already taken....
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
@ligi I can take this up.
Feel free to shamelessly steal from where we do something very much like this (data files that get shipped to NPM, PyPI and Gems):
https://github.com/hack-different/apple-knowledge/tree/main/_packages