manrajgrover / football-cli

⚽ Command line interface for Hackers who love football
MIT License
1.07k stars 80 forks source link

Enhancement: Separate commands into modules. #41

Open armansujoyan opened 6 years ago

armansujoyan commented 6 years ago

Description

It would be better to separate commands into modules and then use the modules in the command construction.

Versions

Link to YARGS description

https://github.com/yargs/yargs/blob/master/docs/advanced.md#commands

People to notify

@ManrajGrover

manrajgrover commented 6 years ago

@armansujoyan Thanks for the suggestion. Are you interested in implementing it?

armansujoyan commented 6 years ago

@ManrajGrover Yes, I will probably take care of this by this weekend.