shama / napa

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

Download a single js file and give it a location #66

Closed graingert closed 8 years ago

graingert commented 8 years ago

I'm thinking something like:

  "napa": {
    "example-library-from-url": {
        "url": "https://example.com/path/to/library.js?with-options=in-query",
        "location": "index.js"
    }
  }
shama commented 8 years ago

Closing as a duplicate of #51