tongquhq / about

A static site generator built for Tongqu's about page
MIT License
1 stars 0 forks source link

Better cli framework #5

Open at15 opened 7 years ago

at15 commented 7 years ago

mewo is just a simple wrapper around minimist and I am expecting a cli framework like in golang, which you can

Ref

Lib

at15 commented 7 years ago

btw: just found https://github.com/yargs/yargs, seems to be very similar to what I am doing.

at15 commented 7 years ago

https://github.com/tj/commander.js is also similar in some way

Update

Found tj's commander again when come across vue-cli, though one thing I like about golang command line framework is each command is in one single file, though one could argue that registering all commands in one file is better