{"id":16092345,"url":"https://github.com/alecthomas/mk","last_synced_at":"2025-08-19T16:32:13.476Z","repository":{"id":228346795,"uuid":"773731430","full_name":"alecthomas/mk","owner":"alecthomas","description":"One-liner \"make\" targets on the command-line","archived":false,"fork":false,"pushed_at":"2024-12-18T05:09:47.000Z","size":65,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-18T06:21:42.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alecthomas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-18T09:50:26.000Z","updated_at":"2024-12-18T05:09:51.000Z","dependencies_parsed_at":"2024-04-04T01:31:38.291Z","dependency_job_id":"44e3315f-6051-414b-993b-f3bb075e2ae9","html_url":"https://github.com/alecthomas/mk","commit_stats":null,"previous_names":["alecthomas/ifnewer","alecthomas/iff","alecthomas/maybe","alecthomas/mk"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecthomas%2Fmk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecthomas%2Fmk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecthomas%2Fmk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alecthomas%2Fmk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alecthomas","download_url":"https://codeload.github.com/alecthomas/mk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230363889,"owners_count":18214715,"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-09T16:07:13.647Z","updated_at":"2024-12-19T01:41:45.022Z","avatar_url":"https://github.com/alecthomas.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# One-liner `make` rules on the command-line.\n\nCompare timestamps of inputs and outputs, exiting with a non-zero status\nor executing command if any input is newer than all outputs. If an input or\noutput is a directory, it is recursed into.\n\nIf a command is provided it is run through `bash -c`. If a single command\nargument is provided it will be run as-is, otherwise all arguments will be\njoined with shell quoting.\n\neg.\n\n    mk main.o : main.c -- cc -c main.c \u0026\u0026 \\\n        mk main : main.o -- cc -o main main.o\n\nLike make, if a command is prefixed with `@` it will not be echoed.\n\nUse `MK_LOG=trace` or `--log-level=trace` to see debug output.\n\n```\nUsage: mk [OPTIONS] \u003cOUTPUT ... [: INPUT ...] [-- COMMAND ...]\u003e...\n\nArguments:\n  \u003cOUTPUT ... [: INPUT ...] [-- COMMAND ...]\u003e...\n\n\nOptions:\n  -C, --chdir \u003cDIR\u003e\n          Change to directory DIR before doing anything\n\n          [default: .]\n\n      --log-level \u003cLOG_LEVEL\u003e\n          Set log level\n\n          [default: error]\n\n  -h, --help\n          Print help (see a summary with '-h')\n\n  -V, --version\n          Print version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falecthomas%2Fmk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falecthomas%2Fmk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falecthomas%2Fmk/lists"}