dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.63k stars 278 forks source link

typescript + RxJS5 + vorpal next #313

Open ORESoftware opened 6 years ago

ORESoftware commented 6 years ago

Just wondering if the next major release of vorpal will be written in TypeScript?

The current version is based on RxJS and since RxJS5 is in TS, it would be cool if this lib was too, thanks!

b4dnewz commented 6 years ago

I guess some work is already started on 2.0 branch maybe you can join there or take a look at it

timkinnane commented 6 years ago

@b4dnewz I don't think that's the case. There's no recent updates on 2.0 and no Typescript files currently. Recommend closing this issue as a duplicate of discussion on #234.

b4dnewz commented 6 years ago

hi @timkinnane if you are interested I forked this project few months ago for my personal needs and changed a bunch of stuff (not such breaking changes, but some) and I'm also converting it to typescript see this branch, if you are motivated like me you can jump in and start contributing, feel free to clean up the code if you feel to.

I've also resolved some issues existing on the original repo and also created new ones but since I changed some of the API I decided not to make a PR, also there are PR open for months or years and it's not my case I need to use it for another project and do frequent changes.