{"id":20450540,"url":"https://github.com/thomasardal/norc","last_synced_at":"2026-05-10T15:40:17.534Z","repository":{"id":150124698,"uuid":"599078876","full_name":"ThomasArdal/norC","owner":"ThomasArdal","description":"Get a CRON expression from a human-readable string","archived":false,"fork":false,"pushed_at":"2023-02-09T14:18:05.000Z","size":136,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T22:35:45.764Z","etag":null,"topics":["cron","cron-expression","cron-job","cron-jobs","cronjob"],"latest_commit_sha":null,"homepage":"https://thomasardal.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThomasArdal.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":"2023-02-08T12:10:38.000Z","updated_at":"2023-07-18T17:36:10.000Z","dependencies_parsed_at":"2023-04-16T11:00:46.308Z","dependency_job_id":null,"html_url":"https://github.com/ThomasArdal/norC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasArdal%2FnorC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasArdal%2FnorC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasArdal%2FnorC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasArdal%2FnorC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasArdal","download_url":"https://codeload.github.com/ThomasArdal/norC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241998898,"owners_count":20055374,"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":["cron","cron-expression","cron-job","cron-jobs","cronjob"],"created_at":"2024-11-15T10:53:44.668Z","updated_at":"2025-12-02T16:05:55.589Z","avatar_url":"https://github.com/ThomasArdal.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://github.com/ThomasArdal/norC/workflows/build/badge.svg)](https://github.com/ThomasArdal/norC/actions/workflows/build.yml)\n[![NuGet](https://img.shields.io/nuget/v/norC.svg)](https://www.nuget.org/packages/norC)\n\n# norC\n\nGet a CRON expression from a human-readable string.\n\n## Installation\n\n```\ndotnet add package norC --prerelease\n```\n\n## Usage\n\n```csharp\nCronExpression cron = CronExpression.FromHumanString(\"Every day at 3 PM\");\nConsole.WriteLine(cron); // output: 0 15 * * *\n\n// or\n\nCronExpression cron = \"Every month\".AsCron();\nConsole.WriteLine(cron); // output: 0 0 1 * *\n```\n\n### Options\n\n```csharp\nCronExpression cron = \"Every second\".AsCron(new CronOptions { IncludeSeconds = true });\nConsole.WriteLine(cron); // output: * * * * * *\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasardal%2Fnorc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasardal%2Fnorc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasardal%2Fnorc/lists"}