{"id":13482748,"url":"https://github.com/gdotdesign/cr-dotenv","last_synced_at":"2025-04-28T16:24:14.229Z","repository":{"id":53562233,"uuid":"63059506","full_name":"gdotdesign/cr-dotenv","owner":"gdotdesign","description":"Loads \".env\" files","archived":false,"fork":false,"pushed_at":"2021-03-24T07:55:42.000Z","size":51,"stargazers_count":96,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T11:11:59.456Z","etag":null,"topics":["crystallang","dotenv"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/gdotdesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-11T10:40:34.000Z","updated_at":"2024-12-12T15:38:24.000Z","dependencies_parsed_at":"2022-09-09T09:00:15.185Z","dependency_job_id":null,"html_url":"https://github.com/gdotdesign/cr-dotenv","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdotdesign%2Fcr-dotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdotdesign%2Fcr-dotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdotdesign%2Fcr-dotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdotdesign%2Fcr-dotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gdotdesign","download_url":"https://codeload.github.com/gdotdesign/cr-dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251343597,"owners_count":21574392,"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":["crystallang","dotenv"],"created_at":"2024-07-31T17:01:05.130Z","updated_at":"2025-04-28T16:24:14.211Z","avatar_url":"https://github.com/gdotdesign.png","language":"Crystal","funding_links":[],"categories":["Configuration"],"sub_categories":[],"readme":"# Dotenv\n\n![Build Status](https://github.com/gdotdesign/cr-dotenv/workflows/CI/badge.svg)\n\nLoads `.env` file.\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  dotenv:\n    github: gdotdesign/cr-dotenv\n```\n\n## Usage\n\n### Dotenv file example\n\n```\n# Comments can be included for context\n#\nMY_VARIABLE=my-value\n\n# Empty Lines are also ignored\n#\nANOTHER_VAR=awesome-value\n```\n\n### Basic example\n\nTo load a file named `.env-file`:\n\n```crystal\nrequire \"dotenv\"\n\n# The default file is \".env\"\nDotenv.load \".env-file\"\n```\n\nSee the API docs for more examples.\n\n## Contributing\n\n1. Fork it ( https://github.com/gdotdesign/cr-dotenv/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [[gdotdesign]](https://github.com/[gdotdesign]) Gusztáv Szikszai - creator, maintainer\n- [[bonyiii]](https://github.com/[bonyiii])\n- [[kriskova]](https://github.com/kriskova)\n- [[neovintage]](https://github.com/[neovintage]) Rimas Silkaitis\n- [[rodrigopinto]](https://github.com/[rodrigopinto]) Rodrigo Pinto\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdotdesign%2Fcr-dotenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdotdesign%2Fcr-dotenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdotdesign%2Fcr-dotenv/lists"}