DefinitelyTyped / tsd

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped
Apache License 2.0
1.12k stars 135 forks source link

Support non-Github repos. #135

Open bradleyayers opened 9 years ago

bradleyayers commented 9 years ago

I want to use tsd with a non-Github server, but tsd is opinionated at the moment about Github. It looks like it makes assumptions about the shape of the REST API, and expects the repo attribute in tsd.json to be the format <owner>/<repo>.

It would be good to be able to use tsd with an internal Git repo.

madaz commented 9 years ago

:thumbsup: Required for internal legacy library definitions

alexlrobertson commented 9 years ago

:+1: This is definitely critical for internal definitions.

httpete commented 8 years ago

any update on this? We have a secure dome environment, and what I want to do is point tsd to our internally mirrored DefinitelyTyped github repo just like I can with bower and npm.

blakeembrey commented 8 years ago

I'm available to review a PR for this feature. I don't know what "mirrored DefinitelyTyped github repo" means though, maybe you're interested in https://github.com/DefinitelyTyped/tsd/pull/223? If you're interested in installing from arbitrary locations, maybe you want something more like http://github.com/typings/typings.

daudt commented 8 years ago

Any idea when the next npm release will be? I'm really in need of this particular feature.