{"id":16178135,"url":"https://github.com/charlypoly/debugging-decorators","last_synced_at":"2025-04-07T11:29:00.247Z","repository":{"id":142836445,"uuid":"86709977","full_name":"charlypoly/debugging-decorators","owner":"charlypoly","description":"TypeScript useful debugging decorators","archived":false,"fork":false,"pushed_at":"2017-04-12T17:27:42.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T11:02:36.776Z","etag":null,"topics":["debugging-tool","typescript"],"latest_commit_sha":null,"homepage":"","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/charlypoly.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":"2017-03-30T14:08:51.000Z","updated_at":"2023-03-11T14:10:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d6d556d-eb5c-436a-a65c-e6fad8500bab","html_url":"https://github.com/charlypoly/debugging-decorators","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"73583b86d931b8fd5234a6d35218aee59baa033f"},"previous_names":["thefrenchhouse/debugging-decorators"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fdebugging-decorators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fdebugging-decorators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fdebugging-decorators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fdebugging-decorators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charlypoly","download_url":"https://codeload.github.com/charlypoly/debugging-decorators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247643128,"owners_count":20972043,"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":["debugging-tool","typescript"],"created_at":"2024-10-10T05:12:27.894Z","updated_at":"2025-04-07T11:29:00.228Z","avatar_url":"https://github.com/charlypoly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Typescript debugging decorators\n\n```typescript\n\nfunction logger(message: string) {\n  console.log(message);\n}\n\nclass TestClass {\n  @log({ logger: logger, pattern: '{className}.{methodName}: {arguments}' })\n  myMethod(who: string) { }\n}\n\n(new TestClass).myMethod('Foo');\n\n// =\u003e \"TestClass.myMethod: Foo\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlypoly%2Fdebugging-decorators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlypoly%2Fdebugging-decorators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlypoly%2Fdebugging-decorators/lists"}