{"id":24524410,"url":"https://github.com/devonfw/cobigen","last_synced_at":"2025-04-14T12:54:53.310Z","repository":{"id":18498700,"uuid":"21694774","full_name":"devonfw/cobigen","owner":"devonfw","description":"Code-based Incremental Generator","archived":false,"fork":false,"pushed_at":"2023-08-10T10:58:52.000Z","size":327832,"stargazers_count":35,"open_issues_count":163,"forks_count":69,"subscribers_count":66,"default_branch":"master","last_synced_at":"2025-03-28T02:04:51.753Z","etag":null,"topics":["accelerator","asset-cobigen","cobigen","devonfw","generator"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devonfw.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE-BUNDLE.txt","code_of_conduct":".github/CODE_OF_CONDUCT.asciidoc","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-07-10T13:16:25.000Z","updated_at":"2024-09-19T11:25:40.000Z","dependencies_parsed_at":"2023-01-14T12:53:16.843Z","dependency_job_id":"87448a97-a7e2-44fc-b75c-c306b80f330d","html_url":"https://github.com/devonfw/cobigen","commit_stats":null,"previous_names":["devonfw/tools-cobigen"],"tags_count":204,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonfw%2Fcobigen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonfw%2Fcobigen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonfw%2Fcobigen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonfw%2Fcobigen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devonfw","download_url":"https://codeload.github.com/devonfw/cobigen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248885661,"owners_count":21177627,"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":["accelerator","asset-cobigen","cobigen","devonfw","generator"],"created_at":"2025-01-22T04:19:39.533Z","updated_at":"2025-04-14T12:54:53.255Z","avatar_url":"https://github.com/devonfw.png","language":"Java","readme":":toc: right\n\n= CobiGen (Code-based incremental Generator)\n\nimage:https://maven-badges.herokuapp.com/maven-central/com.devonfw.cobigen/cobigen-maven-plugin/badge.svg[https://maven-badges.herokuapp.com/maven-central/com.devonfw.cobigen/cobigen-maven-plugin] image:https://github.com/devonfw/cobigen/actions/workflows/maven-build-test.yml/badge.svg?branch=master\u0026event=push[\"Build Status\", link=\"https://github.com/devonfw/cobigen/actions/workflows/maven-build-test.yml?query=branch%3Amaster\"]\n\n== Usage\n\n* https://github.com/devonfw/cobigen/wiki/cobigen-eclipse_usage[Usage of the eclipse UI]\n* https://github.com/devonfw/cobigen/wiki/cobigen-openapiplugin#usage[OpenAPI Generation]\n* https://github.com/devonfw/cobigen/wiki/howto_ionic-client-generation[Ionic/Cordova Client Generation]\n* https://github.com/devonfw/cobigen/wiki/howto_angular-client-generation[Angular Client Generation]\n* https://github.com/devonfw/cobigen/wiki/cobigen-maven_configuration[Usage in Maven Builds]\n* https://github.com/devonfw/cobigen/wiki/cobigen-core_configuration[Configuration of the Templates]\n\n==  Installation\n\n* https://github.com/devonfw/cobigen/wiki/cobigen-eclipse_installation[For eclipse users]\n\n==  Architecture\n\nhttps://github.com/devonfw/cobigen/wiki#architecture[CobiGen is build as an extensible framework for incremental code generation...]\n\n== Repository Organization\n\nThe CobiGen repository is organized in a one-branch-per-plugin schema. By that, we can release each plug-in continously and independently without side effects. On release the plug-in branch is merged to master branch such that you will find all the latest releases of each plug-in on the master branch.\n\n|===\n| Top-level folder | Description\n\n| `cobigen-cli` | Contains the cobigen command line interface implementation.\n\n| `cobigen-eclipse` | Contains the cobigen eclipse integration. The implementation of the plug-in is driven in `cobigen-eclipse/cobigen-eclipse` folder.  \n\n| `cobigen-maven` | Contains the maven integration implementation.     \n\n| `cobigen-templates` | Contains template sets for different architectures \n\n| `cobigen` | Containts the code implementation of CobiGen\n\n| `cobigen-plugins` | core plug-in implementations \n|===\n\n== Build\n\n`./build.sh -h` (on windows use git bash)\n\n== Deploy\n\nCobiGen deployment will be done by CI/CD only. No manual deployment.\n\n== Debugging with Maven\n\nTo debug Maven builds on any plug-in:\n\n. Step into the plug-in and start a console there.\n. Run `mvnDebug clean install`, it will output the port the debugger is listening to.\n. On Eclipse, right click your project -\u003e Debug as -\u003e Debug Configurations...\n. Add a new Remote Java Application that connects on a socket on the port that was outputted by Maven.\n. Hit debug and have fun!\n\nTo debug Maven tests follow https://doc.nuxeo.com/corg/how-to-debug-a-test-run-with-maven/[this link]\n\n\n== Contribute\n\nhttps://github.com/devonfw/cobigen/blob/master/.github/CONTRIBUTING.md[See the contribution guidelines]\n\n## License\n\nThe source code and maven bundles are released under https://github.com/devonfw/cobigen/blob/master/LICENSE.txt[APL 2.0]\n\nEclipse bundles are released with respect to https://github.com/devonfw/cobigen/blob/master/LICENSE-BUNDLE.txt[it's bundled OSS software licenses]\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonfw%2Fcobigen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevonfw%2Fcobigen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonfw%2Fcobigen/lists"}