{"id":14965952,"url":"https://github.com/raku/ake","last_synced_at":"2025-08-30T22:13:11.206Z","repository":{"id":40759392,"uuid":"11399191","full_name":"Raku/ake","owner":"Raku","description":"A Raku make-a-like inspired by rake","archived":false,"fork":false,"pushed_at":"2024-06-27T14:22:47.000Z","size":69,"stargazers_count":12,"open_issues_count":6,"forks_count":10,"subscribers_count":143,"default_branch":"main","last_synced_at":"2025-01-29T11:22:05.876Z","etag":null,"topics":["make","makefiles","raku"],"latest_commit_sha":null,"homepage":"https://raku.land/zef:raku-community-modules/ake","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Raku.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":"2013-07-14T06:15:28.000Z","updated_at":"2024-11-30T16:23:24.000Z","dependencies_parsed_at":"2024-09-14T01:21:52.565Z","dependency_job_id":"d6f61008-e3e4-4200-9285-68949c58fb1c","html_url":"https://github.com/Raku/ake","commit_stats":{"total_commits":59,"total_committers":9,"mean_commits":6.555555555555555,"dds":0.5593220338983051,"last_synced_commit":"8490d63d1f1833a8a03b285f1ebe09a72c1d0d10"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raku%2Fake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raku","download_url":"https://codeload.github.com/Raku/ake/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237093003,"owners_count":19254327,"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":["make","makefiles","raku"],"created_at":"2024-09-24T13:35:36.796Z","updated_at":"2025-02-04T09:32:03.888Z","avatar_url":"https://github.com/Raku.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ake [![Tests on source](https://github.com/Raku/ake/actions/workflows/test.yaml/badge.svg)](https://github.com/Raku/ake/actions/workflows/test.yaml)\n\n`ake` is a make-a-like implemented in Raku. It was inspired by\n[rake](https://github.com/ruby/rake).\n\n\n### Installation\n\nAke is easily installable with [`zef`](https://github.com/ugexe/zef):\n\n```sh\nzef install ake\n```\n\nIf you are using `rakubrew` in `shim` mode you will need to run\n`rakubrew rehash` to make the `ake` executable available.\n\n\n### Current status\n\nAke is fully-functional but may lack some advanced features. Feature\nrequests and PRs are welcome!\n\n\n### Example\n\nCreate a file named `Akefile` with these contents:\n\n```raku\ntask 'buy-food', {\n    say 'Bought a salad.'\n}\n\ntask 'shower', {\n    say 'Showered.'\n}\n\ntask 'morning' =\u003e \u003cshower buy-food\u003e;\n\ntask 'dinner' =\u003e \u003cbuy-food\u003e, {\n    say 'Yummy!'\n}\n```\n\nThen you will be able to run `ake` from the same directory\n(e.g. `ake morning`).\n\n\n### License\n\nAke is available under Artistic License 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku%2Fake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraku%2Fake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku%2Fake/lists"}