typings / registry

The registry of type definitions for TypeScript
238 stars 176 forks source link

Tooling for creating typed-typings repos #155

Open nevir opened 8 years ago

nevir commented 8 years ago

While I really like the idea behind typed-typings, I fear it's going to be really painful to get contributions without some tooling.

Current pain points:

blakeembrey commented 8 years ago

@nevir Repos don't need to be in the organisation to be added to the registry. Those are only ones that we, as maintainers, are "officially" collaborating on.

Also, @unional wrote a generator: https://github.com/unional/generator-typings

nevir commented 8 years ago

Ah, awesome, thanks for the pointers!

On Sun, Feb 28, 2016, 11:50 Blake Embrey notifications@github.com wrote:

@nevir https://github.com/nevir Repos don't need to be in the organisation to be added to the registry. Those are only ones that we, as maintainers, are "officially" collaborating on.

Also, @unional https://github.com/unional wrote a generator: https://github.com/unional/generator-typings

— Reply to this email directly or view it on GitHub https://github.com/typings/registry/issues/155#issuecomment-189933093.

blakeembrey commented 8 years ago

Here's an example of someone hosting it outside of the typed-typings repo: https://github.com/typings/registry/blob/master/npm/node-uuid.json - there's a few others too, it's just we've been writing a lot of the initial definitions.

unional commented 8 years ago

@nevir , let me know what do you think about the generator. Any issue welcome. :rose:

blakeembrey commented 8 years ago

@nevir Did these answer your questions too? Any other thoughts on streamlining further?

nevir commented 8 years ago

Got side tracked unfortunately, I hope I'll have some time to play around w/ them soon