wzrd.in icon indicating copy to clipboard operation
wzrd.in copied to clipboard

Allow non-npm urls

Open DylanPiercey opened this issue 9 years ago • 5 comments

npm install jashkenas/backbone

It would be handy to use github url's with the cdn, similar to npm.

DylanPiercey avatar Jul 17 '15 00:07 DylanPiercey

If this gets added; Scoped modules should also be supported.

npm install @namespace/name

DylanPiercey avatar Nov 26 '15 04:11 DylanPiercey

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.

jfhbrook avatar Sep 12 '16 01:09 jfhbrook

More discussion: https://github.com/jfhbrook/wzrd.in/issues/105

jfhbrook avatar Sep 12 '16 01:09 jfhbrook

Note to self: This would go into the "version" field, so module@git+ssh://.....

jfhbrook avatar Sep 12 '16 01:09 jfhbrook

Might be mutally exclusive with #57.

jfhbrook avatar Sep 12 '16 01:09 jfhbrook