I am working on nrdk which is also a CLI. I would suggest taking a look into the Open CLI framework, and using TypeScript instead of vanilla Javascript. TypeScript will pay off later on when you need to refactor your code as the transpiling process provides a lot of extra checks.
I am working on nrdk which is also a CLI. I would suggest taking a look into the Open CLI framework, and using TypeScript instead of vanilla Javascript. TypeScript will pay off later on when you need to refactor your code as the transpiling process provides a lot of extra checks.