CodeIgniter Forums
CLI-Tools - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: CLI-Tools (/showthread.php?tid=78149)



CLI-Tools - hafijul233 - 12-06-2020

Hello Everyone,
I use Codeigniter 3 and recently upgraded to Codeigniter4 with codeigniter4 CLI tools are feels most attractive. I made a CLI Tools Called CI-Recharge for Boliplate for the model, migration seed, and other stuff. I get the idea from @vulcan. So please try these add-ons. I will be glad for any review and tweaks for updates. Sorry For any Typos.

Composer Link: https://packagist.org/packages/hafijul233/ci-recharge
Command:
Code:
composer require hafijul233/ci-recharge



RE: CLI-Tools - MGatner - 12-06-2020

You’ve clearly worked hard on this, but I would also like to point out that this overlaps rather heavily with the framework’s own Generators: https://github.com/codeigniter4/CodeIgniter4/tree/develop/system/Commands/Generators


RE: CLI-Tools - korgoth - 12-07-2020

(12-06-2020, 05:14 AM)MGatner Wrote: You’ve clearly worked hard on this, but I would also like to point out that this overlaps rather heavily with the framework’s own Generators: https://github.com/codeigniter4/CodeIgniter4/tree/develop/system/Commands/Generators

Maybe people continue developing CLI generators because the current CI generators are not in the official release yet. When will that happen? For live business projects imho people are unwilling to clone the "develop" branch and go directly to the "releases" page and end up with 4.0.4 which is a bit behind


RE: CLI-Tools - MGatner - 12-10-2020

Should be any day now!


RE: CLI-Tools - kenjis - 12-10-2020

I also did not know the Generator. So I wrote a blog article (in Japanese):
https://translate.google.com/translate?hl=&sl=ja&tl=en&u=http%3A%2F%2Fblog.a-way-out.net%2Fblog%2F2020%2F12%2F07%2Fcodeigniter4-cli-generators%2F (Google translation)