{"id":3452532,"name":"tiny","ecosystem":"nuget","description":"A tiny C# class to handle arguments sent to a console application.\n\nTiny uses the power of Dynamic and ExpandoObject in .Net 4 to \ndynamically populate name-value pairs from the arguments passed to the command line.\n\nTiny's argument parsing depends on separators for name-value pairs, \nfor example if the command line for your app is:\n\nc:\\code\\myapp\\bin\\myapp testargument1:testvalue testargument2:with_a:in_the_value testargument3\n\nNote: The default separator for Tiny is ':'.\n\nThe code for parsing these arguments through Tiny is:\n\nstatic void Main(string[] args) { Tiny t = new Tiny(args); }\n\nYou can read the passed arguments directly as properties via your code by writing code like this:\n\nt.Arguments.testargument1 t.Arguments.testargument2\n\nAny argument without a specified separator gets the name of UndefinedArgumentX where X is the number of the encountered argument without a separator.\n\nIn the above example, the last argument can be read via:\n\nt.Arguments.UndefinedArgument1\n\nYou can now also use methods like count and contains.\n\nExample:\n\nt.Arguments.count\n\nif(t.Arguments.contains(\"arg1\")){\n\n}","homepage":"https://github.com/fallenprogrammr/Tiny","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/fallenprogrammr/Tiny","keywords_array":["Command","line","arguments"],"namespace":null,"versions_count":5,"first_release_published_at":"2014-09-08T20:58:10.107Z","latest_release_published_at":"2014-10-20T17:10:02.340Z","latest_release_number":"1.0.4","last_synced_at":"2026-03-28T02:33:55.907Z","created_at":"2022-04-10T18:42:07.772Z","updated_at":"2026-03-28T02:33:56.365Z","registry_url":"https://www.nuget.org/packages/tiny/","install_command":"Install-Package tiny","documentation_url":null,"metadata":{"owners":"Amit Patankar","license_url":"https://raw.githubusercontent.com/fallenprogrammr/Tiny/master/LICENSE.TXT","require_license_acceptance":false,"language":"en-US","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"A tiny C# class to handle arguments sent to a console application.","release_notes":"Added .contains to Tiny.arguments."},"repo_metadata":{"id":3221537,"uuid":"4256612","full_name":"fallenprogrammr/Tiny","owner":"fallenprogrammr","description":"C# class to handle arguments sent to a console application","archived":false,"fork":false,"pushed_at":"2014-10-20T17:04:48.000Z","size":188,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T17:16:47.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/fallenprogrammr.png","metadata":{},"created_at":"2012-05-08T03:01:06.000Z","updated_at":"2014-09-08T18:41:30.000Z","dependencies_parsed_at":"2022-08-19T01:00:58.692Z","dependency_job_id":null,"html_url":"https://github.com/fallenprogrammr/Tiny","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fallenprogrammr/Tiny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallenprogrammr%2FTiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallenprogrammr%2FTiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallenprogrammr%2FTiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallenprogrammr%2FTiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fallenprogrammr","download_url":"https://codeload.github.com/fallenprogrammr/Tiny/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallenprogrammr%2FTiny/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277851870,"owners_count":25888541,"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","status":"online","status_checked_at":"2025-10-01T02:00:09.286Z","response_time":88,"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"},"owner_record":{"login":"fallenprogrammr","name":"Amit Patankar","uuid":"575518","kind":"user","description":"","email":"","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/575518?u=dde5213a372f652627fe277349505241eb75d35f\u0026v=4","repositories_count":15,"last_synced_at":"2023-03-23T22:55:07.617Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fallenprogrammr","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T18:42:18.405Z","updated_at":"2023-03-23T22:55:07.733Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fallenprogrammr","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fallenprogrammr/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-03-28T02:33:56.343Z","dependent_packages_count":0,"downloads":11618,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":19.92120404657876,"dependent_repos_count":6.999632578077159,"dependent_packages_count":20.71835068381302,"stargazers_count":13.257726066544192,"forks_count":12.800326597264746,"docker_downloads_count":null,"average":14.739447994455578},"purl":"pkg:nuget/tiny","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/tiny","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/tiny","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/tiny/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-30T17:06:54.092Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallenprogrammr%2FTiny/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/tiny/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/tiny/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/tiny/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/tiny/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/tiny/codemeta","maintainers":[{"uuid":"amitpatankar","login":"amitpatankar","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://www.nuget.org/profiles/amitpatankar","role":null,"created_at":"2022-11-18T20:23:12.514Z","updated_at":"2022-11-18T20:23:12.514Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/amitpatankar/packages"}]}