Distribute on npm
See original GitHub issueI would love to be able to use this by npm install sequence-diagrams
and have it just work with Browserify, Webpack and any other JS build tools. Any chance this’ll be added?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to Create an npm Package Ready to Distribute - Bugfender
Learn how to create an npm package ready to distribute from scratch.
Read more >How to Create an npm Package Ready to Distribute From ...
This guide walks you through how to create an npm project that you can distribute to others. Packagecloud is a package registry that...
Read more >distribute - npm
Start using distribute in your project by running `npm i distribute`. There are 2 other projects in the npm registry using distribute.
Read more >How we repurposed NPM to publish and distribute our Go ...
NPM provides an easy way to publish and distribute Node JS packages for both code dependencies as well as global command-line tools.
Read more >How to Distribute a Pattern Library as an npm Package from a ...
Distribute your npm package from Git. Use the “prepare” script to build your library; Tag your releases; Update your README.
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
@bramp Honestly, I haven’t seen the need either and I avoid using Bower - which probably answers the question 😄 Not sure what would be involved with it, but I imagine it should be fairly straightforward. Without NPM I have to copy and paste code and dependencies and use globals.
FYI I’ve started a PR #146 that could help to solve this issue.