apocas / dockerode-compose

docker-compose in Node.js using dockerode
Apache License 2.0
140 stars 30 forks source link

Thoughts on translating this project to TypeScript #16

Open userlerueda opened 2 years ago

userlerueda commented 2 years ago

Coming from the TypeScript world and trying to consume dockerode-compose in a project that uses TypeScript, I see a lot of benefits on translating the code into TypeScript (e.g. catching ImplicitReturns and getting full support for function input, etc.)

If the owners find this is useful, I can take a stab at converting the project to TypeScript

mmuenker commented 2 years ago

This would be very nice.

@userlerueda if you need help for the transition feel free to contact me so we can speed up the process.