AlexGaiser / fast-react

A CLI tool to quickly spin up a lightweight and fully customizable react project
MIT License
0 stars 0 forks source link

Determine we should manage cli flags #5

Closed AlexGaiser closed 3 years ago

AlexGaiser commented 3 years ago

I have seen several different ways flags and inputs are managed in the different repositories we have been researching

In the addfiles CLI project I created several helper methods. We could potentially create our own library to manage flags or use one of the following existing libraries:

AlexGaiser commented 3 years ago

I have read a few reddit comments that say that commander is messy.

AlexGaiser commented 3 years ago

Closing because we have chosen yargs as our args management tool.