abhisekmazumdar
released this
31 Mar 15:31
·
2 commits
to main
since this release
What's Changed
- Adopted to golang. by @abhisekmazumdar in #3
- Fix sub-commands runner. by @abhisekmazumdar in #4
New Contributors
- @abhisekmazumdar made their first contribution in #3
Full Changelog: https://github.com/abhisekmazumdar/idk/commits/v0.5-beta.2
Output of idk --help
:
NAME:
idk - replace idk with dev tool followed by the arguments & flags
USAGE:
idk [global options] command [command options] [arguments...]
DESCRIPTION:
idk - Helper CLI that knows for you and runs command as lando OR ddev.
AUTHOR:
Abhisek Mazumdar (abhisekmazumdar)
COMMANDS:
composer, c runs as ddev/lando composer ...
drush, d runs as ddev/lando drush ...
create-project runs as ddev/lando composer create-project ...
install, i runs as ddev/lando composer install ...
require, r runs as ddev/lando composer require ...
update, u runs as ddev/lando composer update ...
site-install, si runs as ddev/lando drush site-install profile_name
pm:enable, en runs as ddev/lando drush pm-enable module_name
pm:uninstall, pmu runs as ddev/lando drush pm-uninstall module_name
cache:rebuild, cr runs as ddev/lando drush cache:rebuild
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help