{"id":16864389,"url":"https://github.com/nickserv/bake","last_synced_at":"2026-05-09T13:16:37.407Z","repository":{"id":11104737,"uuid":"13458829","full_name":"nickserv/bake","owner":"nickserv","description":"A simple make-like task runner that uses standard bash syntax.","archived":false,"fork":false,"pushed_at":"2013-12-16T19:57:40.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T11:07:50.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nickserv.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}},"created_at":"2013-10-10T01:17:30.000Z","updated_at":"2022-06-28T12:56:45.000Z","dependencies_parsed_at":"2022-08-27T22:03:23.868Z","dependency_job_id":null,"html_url":"https://github.com/nickserv/bake","commit_stats":null,"previous_names":["nickserv/bake"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fbake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fbake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fbake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fbake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickserv","download_url":"https://codeload.github.com/nickserv/bake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244263889,"owners_count":20425416,"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":[],"created_at":"2024-10-13T14:42:09.100Z","updated_at":"2026-05-09T13:16:32.383Z","avatar_url":"https://github.com/nickserv.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bake\nA simple make-like task runner that uses standard bash syntax. Bake organizes\ntasks similary to make, but uses regular bash for variables, if statement, and\nother constructs.\n\n## Features\n- Standard bash syntax. Why spawn shells on every line of code and add\n  complicated variables when you can just write bash?\n- Tasks can have prerequisites, as in make.\n- Portable source code, written in bash.\n- I am considering adding zsh support in the future.\n- Useful features borrowed from rake:\n  - List tasks in a Bakefile.\n  - Intelligently search for Bakefiles in parent directories when running bake.\n\n## Syntax\n```\nMESSAGE=\"Hello, world!\"\n\nspeak:\n  echo $MESSAGE\n  echo \"It is now `date`\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickserv%2Fbake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickserv%2Fbake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickserv%2Fbake/lists"}