Open bradleyayers opened 9 years ago
:thumbsup: Required for internal legacy library definitions
:+1: This is definitely critical for internal definitions.
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.
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.
Any idea when the next npm release will be? I'm really in need of this particular feature.
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 intsd.json
to be the format<owner>/<repo>
.It would be good to be able to use tsd with an internal Git repo.