{"id":24600806,"url":"https://github.com/emmathemartian/clockwork","last_synced_at":"2026-03-06T09:32:55.266Z","repository":{"id":254898884,"uuid":"845546404","full_name":"EmmaTheMartian/clockwork","owner":"EmmaTheMartian","description":"A language-agnostic build tool","archived":false,"fork":false,"pushed_at":"2025-09-19T21:40:46.000Z","size":124,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T00:00:59.339Z","etag":null,"topics":["build-system","build-tool","clockwork","vlang"],"latest_commit_sha":null,"homepage":"https://emmathemartian.github.io/clockwork/","language":"V","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/EmmaTheMartian.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license-mit.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-21T13:09:07.000Z","updated_at":"2025-09-19T21:40:49.000Z","dependencies_parsed_at":"2024-12-30T18:27:53.755Z","dependency_job_id":"f169579c-b72f-45b0-a0e1-4b0070332033","html_url":"https://github.com/EmmaTheMartian/clockwork","commit_stats":null,"previous_names":["emmathemartian/clockwork"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/EmmaTheMartian/clockwork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmaTheMartian%2Fclockwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmaTheMartian%2Fclockwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmaTheMartian%2Fclockwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmaTheMartian%2Fclockwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmmaTheMartian","download_url":"https://codeload.github.com/EmmaTheMartian/clockwork/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmaTheMartian%2Fclockwork/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30168991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["build-system","build-tool","clockwork","vlang"],"created_at":"2025-01-24T14:01:34.701Z","updated_at":"2026-03-06T09:32:55.254Z","avatar_url":"https://github.com/EmmaTheMartian.png","language":"V","funding_links":[],"categories":["Recently Updated","Applications"],"sub_categories":["[Who Wants to Be a Millionare](https://www.boardgamecapital.com/who-wants-to-be-a-millionaire-rules.htm)","Build Systems"],"readme":"# Clockwork\n\nA language-agnostic build tool wrote to be efficient, easy, and extensible.\n\n\u003e Clockwork is still in beta and is unstable!\n\nView the documentation [here](https://emmathemartian.github.io/clockwork/).\n\n## Installation\n\n### Automatically\n\nThere is a script to install Clockwork which we can use here.\n\n`v download -RD https://raw.githubusercontent.com/EmmaTheMartian/clockwork/refs/heads/main/scripts/install.vsh`\n\nThis script will install Clockwork for your user. It will be cloned to\n`~/.local/share/clockwork/`.\n\n### Manually\n\n```sh\n$ git clone https://github.com/emmathemartian/clockwork ~/.local/share/clockwork\n$ cd clockwork\n$ v install .\n$ v -prod -o build/clockwork .\n$ ln -s $(pwd)/build/clockwork ~/.local/bin/clockwork\n```\n\n## Uninstallation\n\nRemove the `~/.local/bin/clockwork` symlink and `~/.local/share/clockwork`\n\n## Updating\n\nTo update just the Clockwork executable: `clockwork --update`\n\n## Basic Rundown\n\nMake a file called `build.maple` in your project's root. Populate it with the\nfollowing:\n\n```maple\nconfig:msg = 'Hello, World!'\n\ntask:hello = {\n\trun = 'echo \"${msg}\"'\n}\n```\n\nThen run `clockwork hello` to see `Hello, World!` in the terminal.\n\n\u003e For a proper example, see the `example/` directory.\n\n\u003e You can also view the documentation [here](https://emmathemartian.github.io/clockwork/).\n\n## License\n\nClockwork is a tiny little project, so I have decided to license it under both\nMIT and the Unlicense. If you want to use the Clockwork source for your own\npurposes, utilize whichever license works best for you :D\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmathemartian%2Fclockwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmathemartian%2Fclockwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmathemartian%2Fclockwork/lists"}