ewgenius / typac

install npm packages along with corresponding typings
MIT License
48 stars 2 forks source link

Install types in same command as dep #19

Open dawsbot opened 2 years ago

dawsbot commented 2 years ago

When performing npx typac -s memory-cache I noticed there is first an npm install --save memory-cache then after an npm install --save @types/memory-cache.

This process can be sped up nearly 2x by performing npm install --save memory-cache @types/memory-cache.

Would you like me to implement this @ewgenius ?

ewgenius commented 2 years ago

Good catch! Thank you for suggestion, and feel free to do it 👍