{"id":22308613,"url":"https://github.com/hibuno/deno-arguments","last_synced_at":"2026-05-05T03:37:25.696Z","repository":{"id":93606127,"uuid":"158778237","full_name":"hibuno/deno-arguments","owner":"hibuno","description":"Simple CLI arguments parser for Deno — Learn Deno","archived":false,"fork":false,"pushed_at":"2018-11-30T07:19:19.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-03T19:40:15.020Z","etag":null,"topics":["deno","deno-arguments","deno-arguments-parser","learn-deno"],"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/hibuno.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}},"created_at":"2018-11-23T03:50:41.000Z","updated_at":"2023-03-10T07:27:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed5c94ed-4fd0-48be-b1cb-9c1f89090322","html_url":"https://github.com/hibuno/deno-arguments","commit_stats":null,"previous_names":["suretnohq/deno-arguments","hibuno/deno-arguments"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hibuno/deno-arguments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fdeno-arguments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fdeno-arguments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fdeno-arguments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fdeno-arguments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hibuno","download_url":"https://codeload.github.com/hibuno/deno-arguments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibuno%2Fdeno-arguments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32634656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deno","deno-arguments","deno-arguments-parser","learn-deno"],"created_at":"2024-12-03T20:14:43.895Z","updated_at":"2026-05-05T03:37:25.674Z","avatar_url":"https://github.com/hibuno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arguments\n\nSimple CLI arguments parser for Deno — Learn Deno\n\n### Usage\n\nExample code, create file **test.ts** and fill with below code.\n\n```ts\nimport { args } from \"deno\"\nimport Arguments from \"https://github.com/muhibbudins/deno-arguments/index.ts\";\n\nconsole.log(Arguments(args))\n```\n\nAnd then run :\n```\n$ deno test.ts variable --env=development -b boop --test=true --beep boop\n$ \u003e { variable: true, env: \"development\", b: \"boop\", test: \"true\", beep: \"boop\" }\n```\n\n### Related\n\n- [Read File](https://github.com/muhibbudins/deno-readfile)\n- [Watcher File](https://github.com/muhibbudins/deno-watcher)\n- [Yaml Parser](https://github.com/muhibbudins/deno-yaml)\n- [All Topic](https://github.com/topics/learn-deno)\n\n### License\n\nThis project under MIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhibuno%2Fdeno-arguments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhibuno%2Fdeno-arguments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhibuno%2Fdeno-arguments/lists"}