{"id":23414649,"url":"https://github.com/exact-labs/maid","last_synced_at":"2025-08-23T00:24:35.013Z","repository":{"id":65452774,"uuid":"592168736","full_name":"exact-labs/maid","owner":"exact-labs","description":"🔨 A comprehensive build tool for all your needs.","archived":false,"fork":false,"pushed_at":"2024-11-25T06:17:35.000Z","size":1095,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2024-11-25T06:22:50.741Z","etag":null,"topics":["build-server","build-tool","task-runner"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/maid","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exact-labs.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-01-23T04:59:35.000Z","updated_at":"2024-11-25T06:17:39.000Z","dependencies_parsed_at":"2023-10-02T23:16:44.682Z","dependency_job_id":"eb57a130-0996-4d3c-b606-faaa8043edf3","html_url":"https://github.com/exact-labs/maid","commit_stats":null,"previous_names":["exact-rs/maid"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exact-labs%2Fmaid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exact-labs%2Fmaid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exact-labs%2Fmaid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exact-labs%2Fmaid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exact-labs","download_url":"https://codeload.github.com/exact-labs/maid/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230879380,"owners_count":18294212,"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":["build-server","build-tool","task-runner"],"created_at":"2024-12-22T20:20:20.998Z","updated_at":"2024-12-22T20:20:21.597Z","avatar_url":"https://github.com/exact-labs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e # This project is going through a full rewrite.\n\u003e Any previous version may contain unknown and unfixed bugs.\n\n\u003cp align=\"center\"\u003e\u003cimg style=\"width: 350px;\" src=\"https://maid.ci/images/maid_title.svg?v=2\" /\u003e\u003c/p\u003e\n\n##\n\nMaid is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.\nTasks are stored in a file called `maidfile` using the TOML syntax.\n\n\u003cimg style=\"width: 1100px;\" src=\"https://cdn.justjs.dev/assets/maid_screenshot.png\"\u003e\n\n### Quick Start\n\nSee the [installation](#installation) section for how to install just on your computer. Try running `maid --version` to make sure that it's installed correctly.\n\nOnce maid is installed and working, create a file named maidfile in the root of your project with the following contents:\n\n```toml\n[tasks.hello]\ninfo = \"this is a comment\"\nscript = \"echo 'hello world'\"\n```\n\nRunning maid with no arguments shows a list of tasks in the maidfile:\n\n```bash\n~ $ maid\n? Select a task to run:\n\u003e hello (this is a comment)\n[↑↓ to move, enter to select, type to filter]\n```\n\nFor more commands, check out `maid --help`\n\n### Installation\n\nPre-built binaries for Linux, MacOS, and Windows can be found on the [releases](https://github.com/exact-labs/maid/releases) page.\n\n#### Building\n\n- Clone the project `git clone https://github.com/exact-labs/maid.git`\n- Open a terminal in the project folder\n- Check if you have cargo (Rust's package manager) installed, just type in `cargo`\n- If cargo is installed, run `cargo build --release`\n- Put the executable into one of your PATH entries\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexact-labs%2Fmaid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexact-labs%2Fmaid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexact-labs%2Fmaid/lists"}