jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Include Typescript types out-of-the-box #357

Open kibertoad opened 5 years ago

kibertoad commented 5 years ago

It would be great if Jake would be providing up-to-date types out-of-the-box without depending on external type dependency.

If approved, I could work on bringing existing (old) typings into the repo and possibly updating them.

mde commented 5 years ago

Would be thrilled to have somebody working on that. Do you have a PR, or the start of one?

mde commented 5 years ago

BTW, just invited you to the Jake org, so you can make changes and work on this more easily if you'd like.

kibertoad commented 5 years ago

Not yet, didn't want to begin before getting an official blessing. Cool, I'm addding this to my roadmap then, thank you very much!

kibertoad commented 5 years ago

Woah, awesome!

mde commented 5 years ago

👍🏻👍🏻👍🏻

kibertoad commented 5 years ago

@mde What's the easiest way to get in touch with you? There are plenty of topics regarding Jake that I would like to discuss :D

mde commented 5 years ago

E-mail address is mde@fleegix.org. We can exchange phone numbers or use Skype/Hangouts, whatever works best for you.

szul commented 4 years ago

@kibertoad Will this improve upon the DefinitelyTyped one (@types/jake)? I'm not convinced that one captured everything.

kibertoad commented 4 years ago

@szul It should, and I really need to finish this one. Don't remember what I got stuck on last time, hopefully it'll get better this time.

kibertoad commented 4 years ago

@szul Any help would be welcome if you have some time

magicdawn commented 3 years ago

not much related, I have a question: can Jakefile.ts be used as config file?