{"id":29023117,"url":"https://github.com/bamlab/conceptor","last_synced_at":"2025-06-26T03:05:26.705Z","repository":{"id":42880281,"uuid":"252230603","full_name":"bamlab/conceptor","owner":"bamlab","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-06T03:57:52.000Z","size":679,"stargazers_count":6,"open_issues_count":8,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-04-15T00:00:03.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bamlab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-01T16:35:18.000Z","updated_at":"2023-07-16T12:10:04.000Z","dependencies_parsed_at":"2023-02-05T06:32:01.957Z","dependency_job_id":null,"html_url":"https://github.com/bamlab/conceptor","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/bamlab/conceptor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fconceptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fconceptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fconceptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fconceptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamlab","download_url":"https://codeload.github.com/bamlab/conceptor/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fconceptor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261990350,"owners_count":23241188,"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":[],"created_at":"2025-06-26T03:05:26.077Z","updated_at":"2025-06-26T03:05:26.683Z","avatar_url":"https://github.com/bamlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conceptor\n\nConceptor is a visualizing tool to help you apprehend technical design in you software development process.\nIt implements the concept of [CRC Cards](http://agilemodeling.com/artifacts/crcModel.htm) and mainly focuses on helping you highlight the concepts of components [\"responsibilities\"](https://medium.com/@severinperez/writing-flexible-code-with-the-single-responsibility-principle-b71c4f3f883f) and \"collaboration\" between them.\n\n## Prerequisites\n\nSupported project languages:\n\n- Javascript\n- Typescript\n\n## Usage\n\n### 1. 📝 Document your components\n\nUse [jsdoc](https://jsdoc.app/) to add the following header to your files:\n\n```javascript\n/**\n * @name MyComponent\n * @responsibility This component handles on thing\n * @responsibility This component also handles this other thing\n **/\n```\n\nNote that the `@name` tag is optional. If not provided, the component name will be infered from the filename.\n\n### 2. ▶️ Run the \"Conceptor\"\n\n- 💻 Open the Command Palette: `Shift+CMD+P`\n- ⌨️ Type: `Conceptor`\n- ☕️ Wait for it...\n- 🎉Enjoy Technical Design 😁\n\n![Demo](doc/images/demo.png)\n\n## [Release Notes](./CHANGELOG.md)\n\n---\n\n### Issues ?\n\nShould you encounter any issue or require some new feature, feel free to post an issue [here](https://github.com/bamlab/conceptor/issues), we'll be happy to take a look at it 😉.\n\n**🙌 Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamlab%2Fconceptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamlab%2Fconceptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamlab%2Fconceptor/lists"}