commando helps you create shorter versions of your long, boring terminal commands.
It is a productivity tool for developers and sys. admins.
$ npm install
$ npm install -g .
$ commando create
Enter your full command : yourlongcommand (Ex : flutter emulators --launch my-emulator)
Enter your short command : yourshortcommand (Ex : runemu)
$ commando yourshortcommand
$ commando get yourshortcommand
$ commando all