{"id":13801254,"url":"https://github.com/dpmland/beno","last_synced_at":"2026-05-15T14:08:14.330Z","repository":{"id":57289443,"uuid":"526035162","full_name":"dpmland/beno","owner":"dpmland","description":"Do you want to manage the settings of your apps? Make it easy with the help of Beno","archived":false,"fork":false,"pushed_at":"2022-08-21T01:47:26.000Z","size":18,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T11:29:53.249Z","etag":null,"topics":["configuration-management","deno","deno-module","dpm","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/dpmland.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":"2022-08-18T03:05:09.000Z","updated_at":"2023-10-26T12:03:57.000Z","dependencies_parsed_at":"2022-09-20T08:33:50.912Z","dependency_job_id":null,"html_url":"https://github.com/dpmland/beno","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dpmland/beno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fbeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fbeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fbeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fbeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpmland","download_url":"https://codeload.github.com/dpmland/beno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fbeno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["configuration-management","deno","deno-module","dpm","typescript"],"created_at":"2024-08-04T00:01:20.941Z","updated_at":"2026-05-15T14:08:14.314Z","avatar_url":"https://github.com/dpmland.png","language":"TypeScript","funding_links":[],"categories":["Modules"],"sub_categories":["Utils"],"readme":"# Beno :mage:\n\n---\n\nDo you want to manage the settings of your apps? Make it easy with the help of\nBeno\n\n## What is this?\n\nWell I need manage some config files for DPM and for make this a easy experience\nand make more `type-safe` i wrote this is a way for read files from a dir using\nan many encoders :sunglasses:\n\n## Usage:\n\n```ts\nimport { Beno } from 'https://deno.land/x/beno/mod.ts';\n\n// Exists many options for this for example the json encoder or can create the encoder with jsonc prop\nconst beno = new Beno({ encoder: 'json' });\n\n// Set a new key on the file\nbeno.set('filename.json', { key: 'beno', val: 'is awesome' });\n\n// Get the value from a key in a filename\n// This value can return string, boolean, or number\nconsole.log(beno.get('beno').string());\n\n// Check if a key exists:\nbeno.has('beno'); // -\u003e Returns true\nbeno.has('notExists'); // Returns false\n\n// Advanced functions\n\n// Get the content in a Record\u003cstring,unknown\u003e[]\nconsole.log(beno.content());\n\n// For configure some values you can use this function bellow the beno instance\nbeno.config(\n  `${Deno.cwd()}/newPath/forFolderConfig`,\n  `${Deno.cwd()}/custom-path/to/.envFile`, // Working in the implementation for this\n);\n```\n\n## Why this name? :notes:\n\nI didn't have a name for this project but I was listening to Bad Bunny and I'm\nthinking why not call this project **Beno**.\n\n## Information :book:\n\n- **Author:** The DPM Authors Team\n- **Version:** 0.1.0\n- **License:** MIT\n\n---\n\nMade by [dpm](https://github.com/dpmland/dpm) :sauropod:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpmland%2Fbeno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpmland%2Fbeno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpmland%2Fbeno/lists"}