{"id":19268595,"url":"https://github.com/moolen/qwerty","last_synced_at":"2025-10-17T14:43:57.475Z","repository":{"id":146316783,"uuid":"110749335","full_name":"moolen/qwerty","owner":"moolen","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-17T15:46:28.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T00:40:57.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moolen.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":"2017-11-14T21:54:15.000Z","updated_at":"2017-11-14T21:55:20.000Z","dependencies_parsed_at":"2023-07-02T14:30:45.770Z","dependency_job_id":null,"html_url":"https://github.com/moolen/qwerty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moolen/qwerty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolen%2Fqwerty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolen%2Fqwerty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolen%2Fqwerty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolen%2Fqwerty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moolen","download_url":"https://codeload.github.com/moolen/qwerty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolen%2Fqwerty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279363023,"owners_count":26155809,"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","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"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":[],"created_at":"2024-11-09T20:16:46.575Z","updated_at":"2025-10-17T14:43:57.431Z","avatar_url":"https://github.com/moolen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### QWERTY\n\n#### Usage\n\nCreate a script.d directory in your repository. E.g. like this: \n```\n.\n├── build.bash\n├── glide.yaml\n├── main.go\n├── README.md\n├── script.d\n│   ├── build     \u003c-- a task\n│   │   └── 00-build\n│   ├── install   \u003c-- a task\n│   │   ├── 00-buildtools\n│   │   └── 01-deps\n│   └── release   \u003c-- a task\n```\n\nYou might have noticed, that `install` is a directory and `release`  is a file. If you run `qwerty run install` then all scripts inside the that folder are executed in-order. The actual exec command is `bash \u003cfile\u003e` while bash has to be in yourt $PATH. all other env vars should be available.\n\nTo run a task issue `qwerty run install` in your terminal. That will call `00-buildtools` and then `01-deps`.\n\nYou can also run a `mux` command that executes tasks within subdirectories subsequently. E.g. issue `qwerty mux prepare build run` that will first `prepare`, then `build` and finally `run` them all.\n\n```\n.\n├── project1\n│   └── script.d\n│       ├── build\n│       │   ├── 00-lint\n│       │   ├── 01-artifact1\n│       ├── prepare\n.       │   ├── 00-deps\n.       │   └── 01-git-hooks\n.       └── run\n.           └── 00-spawn\n└── project12\n    └── script.d\n        ├── build\n        │   ├── 00-lint\n        │   ├── 01-artifact1\n        ├── prepare\n        │   ├── 00-deps\n        │   └── 01-git-hooks\n        └── run\n            └── 00-spawn\n```\n\n#### Help\n\n```\n$ qwerty --help\nNAME:\n   qwerty - A new cli application\n\nUSAGE:\n   qwerty [global options] command [command options] [arguments...]\n\nVERSION:\n   0.1.0\n\nCOMMANDS:\n     run, r   runs the specified command, you may specify multiple commands.\n     mux, m   multiplex commands in subdirectories\n     help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --dir value    set the working directory\n   --debug        enable debug\n   --help, -h     show help\n   --version, -v  print the version\n   ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoolen%2Fqwerty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoolen%2Fqwerty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoolen%2Fqwerty/lists"}