{"id":35162346,"url":"https://github.com/masoodrb/dotenv","last_synced_at":"2026-01-13T22:57:47.397Z","repository":{"id":330846645,"uuid":"1123897775","full_name":"masoodrb/dotenv","owner":"masoodrb","description":"A simple .env file loader for chicken scheme","archived":false,"fork":false,"pushed_at":"2025-12-28T17:55:59.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-31T01:24:05.569Z","etag":null,"topics":["chicken","dotenv","env","scheme"],"latest_commit_sha":null,"homepage":"https://github.com/masoodrb/dotenv","language":"Scheme","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/masoodrb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-27T21:42:38.000Z","updated_at":"2025-12-28T16:10:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/masoodrb/dotenv","commit_stats":null,"previous_names":["masoodrb/dotenv"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/masoodrb/dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masoodrb%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masoodrb%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masoodrb%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masoodrb%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masoodrb","download_url":"https://codeload.github.com/masoodrb/dotenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masoodrb%2Fdotenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chicken","dotenv","env","scheme"],"created_at":"2025-12-28T18:44:16.809Z","updated_at":"2026-01-13T22:57:47.391Z","avatar_url":"https://github.com/masoodrb.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CHICKEN Scheme dotenv\n\nA lightweight, dependency-conscious utility to load environment variables from `.env` files into your CHICKEN Scheme process.\n\n[![CHICKEN Egg](https://img.shields.io/badge/CHICKEN-Egg-orange)](https://api.call-cc.org/5/doc/dotenv)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n\n## Installation\nOnce indexed in the CHICKEN coop, you can install this egg via:\n\n```bash\nchicken-install dotenv\n```\n\n## Usage\n\nCreate a `.env` file in your project root:\n\n```text\nDATABASE_URL=postgres://user:pass@localhost:5432/db\nAPI_SECRET=your_hidden_key_here\n# This is a comment and will be ignored\nDEBUG=true\n```\n\nLoad it in your Scheme application:\n\n```scheme\n(import dotenv)\n\n;; Loads \".env by default\n(load-dotenv)\n\n;; Or specify a custom path\n:; (load-dotenv \"config/.env.production\")\n\n(display (get-environment-variable \"DATABASE_URL\"))\n```\n\n## Features\n\n* **Precise Trimming:** Only removes leading/trailing whitespace, preserving spaces inside values.\n* **Comment Support:** Safely ignores lines starting with `#.\n* **Value Integrity:** Handles values that contain `=` signs correctly by splitting only at the first occurrence.\n* **Minimalist:** Built on top of SRFI-13 for reliable string manipulation.\n\n## Development \u0026 Testing\n\nTo run the test suite locally:\n\n```bash\nchicken-install -test\n```\n\n## Contributing\n\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/foo`).\n3. Commit your changes.\n4. Push to the branch.\n5. Create a new Pull Request.\n\n## About\n\n- **/Author:** [Masood Ahmed](https://github.com/masoodrb)\n- **License:** MIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasoodrb%2Fdotenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasoodrb%2Fdotenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasoodrb%2Fdotenv/lists"}