wzrd.in
wzrd.in copied to clipboard
Allow non-npm urls
npm install jashkenas/backbone
It would be handy to use github url's with the cdn, similar to npm.
If this gets added; Scoped modules should also be supported.
npm install @namespace/name
Because extra slashes are already used to specify subfile requires, we can't adopt this exactly as npm exposes it.
Possible there's another way to do so, maybe with arbitrary git+ssh urls.
More discussion: https://github.com/jfhbrook/wzrd.in/issues/105
Note to self: This would go into the "version" field, so module@git+ssh://.....
Might be mutally exclusive with #57.