{"id":19734068,"url":"https://github.com/docgeni/docgeni-template","last_synced_at":"2025-04-30T04:30:24.848Z","repository":{"id":51268945,"uuid":"348298978","full_name":"docgeni/docgeni-template","owner":"docgeni","description":"🚀 A template for Angular Lib \u0026 Docs use Docgeni","archived":false,"fork":false,"pushed_at":"2024-05-23T08:52:55.000Z","size":4252,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-23T09:52:08.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docgeni.github.io/docgeni-template","language":"JavaScript","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/docgeni.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-03-16T10:10:12.000Z","updated_at":"2024-05-23T08:52:58.000Z","dependencies_parsed_at":"2024-03-14T06:35:10.305Z","dependency_job_id":"37b37c92-ca47-46c9-ae85-87af1c01e09e","html_url":"https://github.com/docgeni/docgeni-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docgeni%2Fdocgeni-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docgeni%2Fdocgeni-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docgeni%2Fdocgeni-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docgeni%2Fdocgeni-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docgeni","download_url":"https://codeload.github.com/docgeni/docgeni-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224197520,"owners_count":17271994,"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":"2024-11-12T00:35:22.143Z","updated_at":"2024-11-12T00:35:22.809Z","avatar_url":"https://github.com/docgeni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docgeni Template\n\nA template for Angular Lib \u0026 Docs use Docgeni.\n\n[![docgeni](https://img.shields.io/badge/docs%20by-docgeni-348fe4)](https://github.com/docgeni/docgeni)\n\n## How to use?\n\nClick the top right button \"Use this template\" of this repo.\n\n![Use Docgeni Template](https://cdn.pingcode.com/open-sources/docgeni/use-docgeni-template.png)\n\n## Live Preview\n\nhttps://docgeni.github.io/docgeni-template\n\n## Commands\n- `npm run start`: start development for this lib, it is an alias for `npm run start:docs`\n- `npm run build`: build this angular component lib\n- `npm run test`: exec unit tests of component lib\n- `npm run build:docs`: build docs site to dist/docgeni-site\n- `npm run lint`: lint component lib\n## Directory Structure\n\n```\n.\n|── .docgeni\n│   ├── public\n│   │   ├──assets\n│           ├── images\n│   │   ├──tsconfig.json\n├── docs\n│   ├── guides\n│   │   ├── getting-started.md\n│   │   ├── index.md\n│   │   └── intro.md\n│   └── zh-cn\n│       └── guides\n│           ├── getting-started.md\n│           ├── index.md\n│           └── intro.md\n├── src\n│   ├── README.md\n│   ├── button\n│   │   ├── api\n│   │   │   ├── en-us.js\n│   │   │   └── zh-cn.js\n│   │   ├── button.component.html\n│   │   ├── button.component.spec.ts\n│   │   ├── button.component.ts\n│   │   ├── button.module.ts\n│   │   ├── doc\n│   │   │   ├── en-us.md\n│   │   │   └── zh-cn.md\n│   │   ├── examples\n│   │   │   ├── basic\n│   │   │   │   ├── basic.component.css\n│   │   │   │   ├── basic.component.html\n│   │   │   │   └── basic.component.ts\n│   │   ├── index.ts\n│   │   └── package.json\n│   ├── karma.conf.js\n│   ├── ng-package.json\n│   ├── package.json\n│   ├── public-api.ts\n│   ├── test.ts\n│   ├── tsconfig.lib.json\n│   ├── tsconfig.lib.prod.json\n│   ├── tsconfig.spec.json\n│   └── tslint.json\n├── angular.json\n├── tsconfig.json\n├── tslint.json\n├── package-lock.json\n├── package.json\n└── README.md\n\n```\n\n## Angular Versions\n\nCurrent Angular Version: `18.x`\n\nAngular|Branch|\n--|--\n11.x|[ng-11.x](https://github.com/docgeni/docgeni-template/tree/ng-11.x)\n12.x|[ng-12.x](https://github.com/docgeni/docgeni-template/tree/ng-12.x)\n13.x|[ng-13.x](https://github.com/docgeni/docgeni-template/tree/ng-13.x)\n14.x|[ng-14.x](https://github.com/docgeni/docgeni-template/tree/ng-14.x)\n15.x|[ng-15.x](https://github.com/docgeni/docgeni-template/tree/ng-15.x)\n16.x|[ng-16.x](https://github.com/docgeni/docgeni-template/tree/ng-16.x)\n17.x|[ng-17.x](https://github.com/docgeni/docgeni-template/tree/ng-17.x)\n18.x|[master](https://github.com/docgeni/docgeni-template/tree/master)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocgeni%2Fdocgeni-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocgeni%2Fdocgeni-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocgeni%2Fdocgeni-template/lists"}