{"id":17455542,"url":"https://github.com/noelukwa/grape","last_synced_at":"2026-07-01T18:31:29.784Z","repository":{"id":166137851,"uuid":"532917446","full_name":"noelukwa/grape","owner":"noelukwa","description":"tiny cli to run commands on file change.","archived":false,"fork":false,"pushed_at":"2023-10-09T19:01:36.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T01:45:01.421Z","etag":null,"topics":["cli","go","nodemon"],"latest_commit_sha":null,"homepage":"","language":"Go","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/noelukwa.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":"2022-09-05T13:39:59.000Z","updated_at":"2024-07-09T19:14:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d12984b0-760a-4118-953f-0e14e5e1b861","html_url":"https://github.com/noelukwa/grape","commit_stats":null,"previous_names":["uchexgod/grape","noelukwa/grape"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noelukwa/grape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelukwa%2Fgrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelukwa%2Fgrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelukwa%2Fgrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelukwa%2Fgrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noelukwa","download_url":"https://codeload.github.com/noelukwa/grape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelukwa%2Fgrape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35019030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","go","nodemon"],"created_at":"2024-10-18T02:04:35.847Z","updated_at":"2026-07-01T18:31:29.767Z","avatar_url":"https://github.com/noelukwa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍇 grape cli\n\nTiny CLI for running commands on file change. Inspired by [nodemon](https://github.com/remy/nodemon).\n\n\n## Install \nDownload any of the binaries or :\n\n```bash \ngo get -u get github.com/noelukwa/grape\n```\nor \n\n```bash\ngo install github.com/noelukwa/grape\n```\n\n## Usage\n\nIn your working directory, create a `grape.json` file.\n  \n```go\ngrape init\n```\n\nCreate a namespace or run the default with: \n\n```go\ngrape run dev\n```\n\nWatch and run commands without a config file:\n\n```go\ngrape on -e \".*go\" -c \"go run main.go\" \n```\n\n\n## Config Format\n\n```json\n{\n  \"dev\": {\n    \"watch\": [\n      \".*go\"\n    ],\n    \"command\": \"go run main.go\"\n  },\n  \"build\": {\n    \"watch\": [\n      \".*go\"\n    ],\n    \"command\": \"go build -o main main.go\"\n  }\n}\n```\n\n- `watch` is an array of regex patterns to match files to watch\n- `command` is the command to run when a file is changed\n- `buid,dev` are namespaces to run commands and can be any string\n\n\n\n\n🚧 Under development 🚧\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoelukwa%2Fgrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoelukwa%2Fgrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoelukwa%2Fgrape/lists"}