shama / napa

:wine_glass: A helper for installing stuff without a package.json with npm.
MIT License
413 stars 34 forks source link

download a single JS file #72

Open graingert opened 8 years ago

graingert commented 8 years ago

Say the only way a package was released was via a single prepackaged URL say a CDN. It would be great to be able to specify:

{"example": "https://example.com/cdn/foo"}

Downloads foo and moves it into node_modules/example/index.js

ajbogh commented 6 years ago

I believe this is a duplicate of #51