shama / napa

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

support for git+https protocol #11

Closed voda closed 10 years ago

voda commented 10 years ago

Please add support for installing git repos over https protocol. It's the only way to install closure-library I found. The url looks like git+https://code.google.com/p/closure-library/#740af00c1f9ee58544ba556d0a4fc2c13c16761a.

jebaird commented 10 years ago

I've started work on adding support for additional protocols here https://github.com/jebaird/napa/tree/issue-11-protocols

So far I have as follows on my list. Can you think / know of any others?

shama commented 10 years ago

@jebaird Cool thanks! Ideally whatever npm supports: https://www.npmjs.org/doc/cli/npm-install.html

@voda FWIW, you can use the direct download links from code.google.com, ie:

"napa": {
  "closure-library": "https://closure-library.googlecode.com/files/closure-library-20130212-95c19e7f0f5f.zip"
}
jebaird commented 10 years ago

See PR here https://github.com/shama/napa/pull/16

shama commented 10 years ago

Fixed by #16. Thanks @jebaird!

voda commented 10 years ago

Thanks guys. @shama I know about the download, but even the newest is over a year old.