question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish as an NPM module

See original GitHub issue

I 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:open
  • Created a year ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
ashutoshpwcommented, Aug 28, 2022

@ligi I can take this up.

1reaction
rickmarkcommented, Nov 5, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found