{"id":20989934,"url":"https://github.com/iddm/dotenv","last_synced_at":"2026-03-17T12:43:55.427Z","repository":{"id":66200620,"uuid":"126322470","full_name":"iddm/dotenv","owner":"iddm","description":"Common Lisp dotenv library","archived":false,"fork":false,"pushed_at":"2018-03-25T07:31:59.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T08:08:56.723Z","etag":null,"topics":["common-lisp","dotenv","env","environment","lisp"],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","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/iddm.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}},"created_at":"2018-03-22T11:03:29.000Z","updated_at":"2024-12-18T22:36:12.000Z","dependencies_parsed_at":"2023-12-05T17:25:47.242Z","dependency_job_id":"ed00bbc3-b43f-4d96-8bb3-50813263bd8f","html_url":"https://github.com/iddm/dotenv","commit_stats":null,"previous_names":["iddm/dotenv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Fdotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Fdotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Fdotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Fdotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iddm","download_url":"https://codeload.github.com/iddm/dotenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243401492,"owners_count":20285052,"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":["common-lisp","dotenv","env","environment","lisp"],"created_at":"2024-11-19T06:26:45.500Z","updated_at":"2025-12-27T16:03:25.679Z","avatar_url":"https://github.com/iddm.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotenv\n\nThis is a project to parse dotenv (`.env`) files.\nYou already know what that means, don't you?\n\n## Description\n\nThis project provides all the necessary functions for\ninteraction with **dotenv** files (usually it is `.env`).\n\n### API\n\n#### dot-env-load!\nThe function's prototype is:\n\n```lisp\n(defun dot-env-load! (\u0026optional names)\n```\n\nIt reads the **dotenv** files provided in the optional list or\nreads only `.env` file is the list is empty or was not provided.\n\n**Usage:**\n\n```lisp\n;; Loads the `.env` only because the arguments list is empty.\n(dot-env-load!)\n;; Loads the provided files.\n(dot-env-load! '(\".env\" \"test.env\"))\n```\n\n#### dot-env\nThe function's prototype is:\n\n```lisp\n(defun dot-env (name \u0026optional default)\n```\n\nIt reads the value of a variable **dotenv** with passed name.\nIf there is no such a variable there, it reads the process environment.\nIf there is nothing too, it returns `default` or `NIL`.\n\n**Usage:**\n\n```lisp\n(dot-env-load!)\n(dot-env \"HOME\")\n```\n\n\n## License\n\n[MIT license](./LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddm%2Fdotenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiddm%2Fdotenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddm%2Fdotenv/lists"}