diesdasdigital / csslint

🕵️‍♀️ Linter for the diesdas CSS architecture
https://diesdas.digital/wiki/life-as-a-developer/how-we-write-css
MIT License
11 stars 0 forks source link

use commander instead of yargs #18

Open erkal opened 5 years ago

erkal commented 5 years ago

https://www.npmjs.com/package/commander has no dependencies whereas https://www.npmjs.com/package/yargs has 11 dependencies.

The syntax of commander also looks simpler. Maybe we should use it as @mrvary suggested.

erkal commented 5 years ago

@mrvary maybe you can do that?