Comment on Ask HN: Is it worth it to invest in learning TypeScript?parentComments−eropple4yI find building Node CLIs to be a lot easier and less error-prone if you use `clime` or `oclif`. You can use `oclif` with raw JS, but it's kind of nasty compared to TypeScript.
Comments
I find building Node CLIs to be a lot easier and less error-prone if you use `clime` or `oclif`. You can use `oclif` with raw JS, but it's kind of nasty compared to TypeScript.