{"id":23537388,"url":"https://github.com/grqphical/task-rabbit","last_synced_at":"2025-05-15T00:19:36.141Z","repository":{"id":200377448,"uuid":"705311336","full_name":"grqphical/task-rabbit","owner":"grqphical","description":"A multiplatform GNU make clone","archived":false,"fork":false,"pushed_at":"2023-10-15T21:21:58.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-26T03:15:04.121Z","etag":null,"topics":["make","makefile","rust","tasks-manager"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/grqphical.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}},"created_at":"2023-10-15T17:00:31.000Z","updated_at":"2023-12-21T23:23:12.000Z","dependencies_parsed_at":"2023-10-16T18:54:04.721Z","dependency_job_id":null,"html_url":"https://github.com/grqphical/task-rabbit","commit_stats":null,"previous_names":["grqphical07/task-rabbit","grqphical/task-rabbit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grqphical%2Ftask-rabbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grqphical%2Ftask-rabbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grqphical%2Ftask-rabbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grqphical%2Ftask-rabbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grqphical","download_url":"https://codeload.github.com/grqphical/task-rabbit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239250122,"owners_count":19607396,"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","makefile","rust","tasks-manager"],"created_at":"2024-12-26T03:15:11.691Z","updated_at":"2025-02-17T07:25:08.995Z","avatar_url":"https://github.com/grqphical.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taskrabbit - A simple, multiplatform make system\n\n## Installation\n\nSimply download the latest version from [Releases](https://github.com/grqphical07/task-rabbit/releases)\n\n## Installation From Source\n\nClone this repo and ensure you have `rustc` and `cargo` installed. Then run:\n```bash\n$ cargo install --path .\n```\n\n## Quick Start Guide\n\nCreate a new file in a directory with your project called `taskrabbit.toml`. And add the follow info:\n```toml\n# Info just is used for basic metadata and settings\n[info]\nname = \"Test\"\nauthor = \"grqphical\"\n# This defines what task will run if you call task-rabbit with no args\n# You can also specify platform specific default tasks like this:\n# default_windows_task = \"build_win\"\ndefault_task = \"build\"\n\n# This is an example of a basic task\n# Tasks can be assigned their own enviroment variables as well as platforms they can run on\n[tasks.build]\ncommands = [\"echo I was run with Taskrabbit!\"]\n```\n\nTo run the task you can use:\n```bash\n$ task-rabbit build\n```\nHowever since we have defined `build` as our default task, we can omit the build argument and Taskrabbit will automatically run it still.\n\nFor more info please visit the [Wiki](https://github.com/grqphical07/task-rabbit/wiki)\n\n## License\n\nTaskrabbit is licensed under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrqphical%2Ftask-rabbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrqphical%2Ftask-rabbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrqphical%2Ftask-rabbit/lists"}