{"id":15817060,"url":"https://github.com/altair-bueno/chimera","last_synced_at":"2025-03-14T21:32:57.127Z","repository":{"id":49586004,"uuid":"517784459","full_name":"Altair-Bueno/chimera","owner":"Altair-Bueno","description":"A fantastic configuration library for Deno","archived":false,"fork":false,"pushed_at":"2023-04-22T11:45:47.000Z","size":87,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-06T05:21:43.683Z","etag":null,"topics":["command-line","config","configuration","deno","environment","environment-variables","json","typescript","yaml"],"latest_commit_sha":null,"homepage":"https://deno.land/x/chimera","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/Altair-Bueno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-25T18:50:59.000Z","updated_at":"2023-07-10T10:31:28.000Z","dependencies_parsed_at":"2023-11-30T03:46:49.256Z","dependency_job_id":null,"html_url":"https://github.com/Altair-Bueno/chimera","commit_stats":{"total_commits":95,"total_committers":2,"mean_commits":47.5,"dds":0.3052631578947368,"last_synced_commit":"74ab3c3b6dfaea94f375f88c7cade9ca3f7fefc7"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altair-Bueno%2Fchimera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altair-Bueno%2Fchimera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altair-Bueno%2Fchimera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altair-Bueno%2Fchimera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Altair-Bueno","download_url":"https://codeload.github.com/Altair-Bueno/chimera/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221513231,"owners_count":16835636,"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":["command-line","config","configuration","deno","environment","environment-variables","json","typescript","yaml"],"created_at":"2024-10-05T05:21:54.527Z","updated_at":"2024-10-26T08:20:43.076Z","avatar_url":"https://github.com/Altair-Bueno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chimera\n\nA fantastic configuration library for Deno\n\n```ts,ignore\nimport { auto } from \"https://deno.land/x/chimera/mod.ts\";\n\n// Define your expected configuration\ninterface Config {\n  username: string;\n  maxconn: number;\n  nested: { foo: string };\n  // More fields ...\n}\n\n// Let chimera handle environment variables, JSON, YAML and  command line\n// arguments  for you!\nconst config: Config = await auto({ name: \"example\" });\nconsole.log(config);\n```\n\n## Useful resources\n\n- [Standalone examples](examples/)\n- [API Documentation](https://doc.deno.land/https://deno.land/x/chimera)\n- [Source code](https://github.com/Altair-Bueno/chimera)\n- [Deno Land](https://deno.land/x/chimera)\n\n## Important note\n\nThe default branch moves fast and may contain breaking changes, always point\nyour import urls to a specific version. Check our\n[GitHub releases page](https://github.com/Altair-Bueno/chimera/releases) to see\nall available versions\n\n## License\n\nLicensed under the MIT license. See [LICENSE](LICENSE) for more information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltair-bueno%2Fchimera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltair-bueno%2Fchimera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltair-bueno%2Fchimera/lists"}