{"id":19936770,"url":"https://github.com/donkeycode/donkeycode-angular2-tools","last_synced_at":"2025-07-28T20:08:55.184Z","repository":{"id":73859945,"uuid":"66554799","full_name":"donkeycode/donkeycode-angular2-tools","owner":"donkeycode","description":" Lots of things for Angular 2 - ","archived":false,"fork":false,"pushed_at":"2016-09-22T10:57:12.000Z","size":111,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-17T16:46:13.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://donkeycode.github.io/donkeycode-angular2-tools","language":"TypeScript","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/donkeycode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2016-08-25T12:10:39.000Z","updated_at":"2016-12-04T21:35:33.000Z","dependencies_parsed_at":"2023-02-27T01:02:03.847Z","dependency_job_id":null,"html_url":"https://github.com/donkeycode/donkeycode-angular2-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/donkeycode/donkeycode-angular2-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fdonkeycode-angular2-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fdonkeycode-angular2-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fdonkeycode-angular2-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fdonkeycode-angular2-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donkeycode","download_url":"https://codeload.github.com/donkeycode/donkeycode-angular2-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fdonkeycode-angular2-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267577975,"owners_count":24110350,"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-07-28T02:00:09.689Z","response_time":68,"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-12T23:28:51.610Z","updated_at":"2025-07-28T20:08:55.153Z","avatar_url":"https://github.com/donkeycode.png","language":"TypeScript","readme":"## DonkeyCode Angular2 tools\n\nDonkeyCode offers a set of tools for developing with Angular 2 : spinner, default image for example.\n\nHave fun :heart: :heart: :heart: !!\n\nSee full documentation : https://donkeycode.github.io/donkeycode-angular2-tools\n\n# Contributing Guide\n\nContributing to `donkeycode-angular2-tools` is fairly easy. This document shows you how to\nget the project, run all provided tests and generate a production ready build.\n\n## Dependencies\n\nTo make sure, that the following instructions work, please install the following dependencies\non you machine:\n\n- Node.js\n- npm\n- Git\n\n## Installation\n\nTo get the source of `donkeycode-angular2-tools` clone the git repository via:\n\n`git clone https://github.com/donkeycode/donkeycode-angular2-tools`\n\nThis will clone the complete source to your local machine. Navigate to the project folder\nand install all needed dependencies via **npm**:\n\n`npm install`\n\nFinally, install the required typescript definitions:\n\n`npm run install_typings`\n\nWell done! donkeycode-angular2-tools is now installed and ready to be built.\n\nIf you add an new component, service or directive, don't forget to add file on `tsconfig.json`.\n\n````\n{\n  \"version\": \"1.8.10\",\n  \"compilerOptions\": {\n    \"noImplicitAny\": true,\n    \"module\": \"commonjs\",\n    \"target\": \"es5\",\n    \"emitDecoratorMetadata\": true,\n    \"experimentalDecorators\": true,\n    \"sourceMap\": true,\n    \"declaration\": true,\n    \"outDir\": \"dist\"\n  },\n  \"files\": [\n    \"typings/index.d.ts\",\n    \"src/index.ts\",\n    \"src/directives/default-image.directive.ts\",\n    \"YOUR/FILE.HERE\"\n  ]\n}\n````\n\n## Documentation\nWe love documentation and we want documentation.\nAlso, We work with typedoc ===\u003e http://typedoc.org/guides/doccomments/\n\nThen, after to create your magic component, thanks to add annotations and run `npm run generate-doc`.\n\nAs if by magic, you can see your doc on https://donkeycode.github.io/donkeycode-angular2-tools !\n\n## Building\n\n`donkeycode-angular2-tools` comes with a few **npm scripts** which help you to automate\nthe development process.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkeycode%2Fdonkeycode-angular2-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonkeycode%2Fdonkeycode-angular2-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkeycode%2Fdonkeycode-angular2-tools/lists"}