farrow-js/farrow

Feature Request: refactor farrow with commander

Closed this issue · 1 comments

Refactor farrow with commander for better experience. Like --help.

Now

$ farrow -h
Unknown script "-h". Allow scripts: dev, build, start

Except

$ farrow -h
// some tips for using

Looks good.