gloriajs / gloria

Gloria is a static website generator, based on NodeJS.
https://gloria.js.org
Other
152 stars 11 forks source link

Replace yargs #83

Open dvidsilva opened 7 years ago

dvidsilva commented 7 years ago

yargs seemed like a funny pacakge, and it made it easy to get started with the commands, but maybe as the project matures we need a better more clear solution.

I found this other project:

https://www.npmjs.com/package/commander

If the change is not a huge endeavor, it might be worth considering.