{"id":18336643,"url":"https://github.com/mmintel/mmintel","last_synced_at":"2026-02-15T09:34:12.116Z","repository":{"id":92632697,"uuid":"341868885","full_name":"mmintel/mmintel","owner":"mmintel","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-24T11:19:01.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T04:08:01.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/mmintel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-24T10:52:30.000Z","updated_at":"2021-02-24T11:19:03.000Z","dependencies_parsed_at":"2023-05-05T09:32:15.469Z","dependency_job_id":null,"html_url":"https://github.com/mmintel/mmintel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mmintel/mmintel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmintel%2Fmmintel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmintel%2Fmmintel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmintel%2Fmmintel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmintel%2Fmmintel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmintel","download_url":"https://codeload.github.com/mmintel/mmintel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmintel%2Fmmintel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006258,"owners_count":26084060,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-11-05T20:08:28.304Z","updated_at":"2025-10-11T04:08:03.288Z","avatar_url":"https://github.com/mmintel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"```TS\nimport {\n  Human,\n  Coffee,\n  Cappuccino,\n  Language,\n  Typescript,\n  React,\n  Vue,\n  NestJS,\n  Jest,\n} from '@mmintel/awesome';\n\ninterface Developer extends Human {\n  test: () =\u003e void;\n  code: () =\u003e void;\n  addFramework: () =\u003e void;\n}\n\nclass Marc implements Developer {\n  private frameworks: Framework[];\n  \n  constructor(\n    private language: Language,\n    private coffee: Coffee,\n  ) {}\n  \n  public sayHello(): void {\n    console.log(`\n      Hi there 👋,\n      \n      I'm Marc, a Software Developer from Cologne, Germany.\n      I love Typescript on client side, with NodeJS or Deno.\n      I have a lot of experience with frontend frameworks like React or Vue.\n      On the server side I prefer to work with Nestjs.\n      I also like C# with Unity a lot but that's just for fun.\n      \n      I'm always interested to work on awesome projects, in that case you should contact me.\n      \n      Cheers\n    `);\n  }\n  \n  public addFramework(framework: Framework): void {\n    this.frameworks.push(framework);\n  }\n  \n  public async code(): void {\n    await this.coffee.drink();\n    \n    for (const framework of this.frameworks) {\n      await this.language.use(framework);\n    }\n    \n    await this.coffee.drink();\n    this.language.writeSomeCode();\n  }\n  \n  public async test(): void {\n    const jest = this.frameworks.find(f =\u003e f instanceOf Jest);\n    jest.run();\n  }\n  \n  public dance(): void {\n    // do nothing\n  }\n}\n\nconst language: Language = new Typescript();\nconst coffe: Coffee = new Cappuccino();\n\nconst marc = new Marc(language, coffee);\n\nmarc.addFramework(React);\nmarc.addFramework(Vue);\nmarc.addFramework(NestJS);\nmarc.addFramework(Jest);\n\n(async () =\u003e {\n    marc.sayHello();\n    try {\n      await marc.code();\n    } catch {\n      await marc.test();\n    }\n})();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmintel%2Fmmintel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmintel%2Fmmintel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmintel%2Fmmintel/lists"}