{"id":13411423,"url":"https://github.com/cjamcu/fastcode-ci","last_synced_at":"2025-03-14T17:30:47.126Z","repository":{"id":56953132,"uuid":"145897676","full_name":"cjamcu/fastcode-ci","owner":"cjamcu","description":"FastCodeCi are several command line interface tools for CodeIgniter 4 that allows you to quickly create a repetitive code in record time. The exit code is so clean that it allows modification without problems...","archived":true,"fork":false,"pushed_at":"2018-08-25T14:31:19.000Z","size":25,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T20:45:48.565Z","etag":null,"topics":["code-generator","codeigniter"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cjamcu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-23T19:23:43.000Z","updated_at":"2023-01-28T13:56:27.000Z","dependencies_parsed_at":"2022-08-21T04:10:21.416Z","dependency_job_id":null,"html_url":"https://github.com/cjamcu/fastcode-ci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjamcu%2Ffastcode-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjamcu%2Ffastcode-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjamcu%2Ffastcode-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjamcu%2Ffastcode-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjamcu","download_url":"https://codeload.github.com/cjamcu/fastcode-ci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243618607,"owners_count":20320265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-generator","codeigniter"],"created_at":"2024-07-30T20:01:13.573Z","updated_at":"2025-03-14T17:30:46.888Z","avatar_url":"https://github.com/cjamcu.png","language":"PHP","funding_links":[],"categories":["Web Development"],"sub_categories":["PHP"],"readme":"# FastCodeCi\n**FastCodeCi** are several command line interface tools for CodeIgniter 4 that allows you to quickly create a repetitive code in record time. The exit code is so clean that it allows modification without problems...\n\n## Functionalities\n\n - [x] Create  CRUD of a table\n - [ ] Create Panel Admin\n - [x] Create a Controller file\n - [x] Create a Model file\n - [x] Create a Entity file\n - [x] Create a Migration file\n - [x] Create a Command file.\n\n\n## Installation\n 1- Add the following to the `require-dev` section of your project's \n  ```\"cjam/fastcode-ci\" :\"dev-master\"```\n \n 2-```composer update```\n \n 3- open up `/application/Config/Autoload.php` and create the `FastCode` namespace in the `$psr4` array:\n```\n$psr4 = [\n\t'FastCode'   \t=\u003e ROOTPATH.'vendor/cjam/fastcode-ci',\n];\n```\n\n## Start using it  \nEverything is ready to start generating repetitive code with FastCodeCi  \n\n### Commands\n\n Commands       |      Functionality      |  Parameters |\n|------------------|:-------------:|:------:|\n| ```php spark create:crud``` |  Create CRUD from table   | Table,Model name , Controller name  |\n| ```php spark create:controller``` |    Create a  Controller file   |   Controller name |\n| ```php spark create:model```| Create a  Model file|    Table , Model Name |\n| ```php spark create:entity```| Create a  Entity file| Table |\n| ```php spark create:command```| Create a  Command file| Command Name, Group , Description |\n| ```php spark create:migration```| Create a  Migration file| Migration Name |\n\n**In all operations you need the Namespace parameter, if you leave it blank it is assumed that you are using `App`**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjamcu%2Ffastcode-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjamcu%2Ffastcode-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjamcu%2Ffastcode-ci/lists"}