{"id":24216707,"url":"https://github.com/codekidx/xo","last_synced_at":"2026-06-12T09:31:42.494Z","repository":{"id":269357642,"uuid":"906562133","full_name":"codekidX/xo","owner":"codekidX","description":"create your own CLI with JSON files","archived":false,"fork":false,"pushed_at":"2025-03-16T13:44:26.000Z","size":9,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T01:44:37.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/codekidX.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-12-21T08:45:38.000Z","updated_at":"2025-10-15T05:34:12.000Z","dependencies_parsed_at":"2024-12-23T01:45:12.572Z","dependency_job_id":"f8a33ad6-fb08-4567-a34c-90ebbbaded7b","html_url":"https://github.com/codekidX/xo","commit_stats":null,"previous_names":["codekidx/xo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codekidX/xo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekidX%2Fxo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekidX%2Fxo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekidX%2Fxo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekidX%2Fxo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekidX","download_url":"https://codeload.github.com/codekidX/xo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekidX%2Fxo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34238713,"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-06-12T02:00:06.859Z","response_time":109,"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":"2025-01-14T04:46:18.985Z","updated_at":"2026-06-12T09:31:42.470Z","avatar_url":"https://github.com/codekidX.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xo - aliasing on steroids\n\n`xo` is a command-line application for managing your projects from anywhere in your terminal by importing projects and adding commands to this app. `xo` becomes your own CLI app which you can customize and add commands for all of your projects. The most time-saving part of this tool is that:\n\n- you can run your commands from any path in your terminal\n- you can open your project from any path in your terminal\n- you can share xofile with anyone for easy understanding of setup of your project\n\n## Getting started\n\nBy default `xo` doesn't see know anything about your workspace. You have to do:\n\n```\nxo init\n```\n\nwhich will create a file called `xo.json` with defaults. \n\nHere is an example `xo.json` file which this project uses:\n\n```\n{\n    \"name\": \"xoproject\",\n    \"commands\": [\n        {\n            \"name\": \"run\",\n            \"cmd\": \"go run main.go\",\n            \"env\": [],\n            \"help\": \"run the xo project\"\n        },\n        {\n            \"name\": \"install\",\n            \"cmd\": \"go build -o xo main.go \u0026\u0026 sudo mv xo /usr/local/bin/xo \u0026\u0026 chmod +x /usr/local/bin/xo\",\n            \"help\": \"build and install the xo binary in your PATH\"\n        },\n        {\n            \"name\": \"pack\",\n            \"cmd\": \"go build -o xo main.go\",\n            \"help\": \"pack xo binary for release\"\n        }\n    ]\n}\n```\n\nonce you have added your commands you can `import` this project to `xo` by doing:\n\n```\nxo import\n```\n\nnow lets run the info command to see if it got imported:\n\n```\nxo ! xoproject\n```\n\nthe `!` command displays the project details and the `xoproject` after the `!` is the project name. This produces the following output:\n\n```\n+---------+----------------------------------------------+\n| XO      |                                              |\n+---------+----------------------------------------------+\n| Command | Help                                         |\n+---------+----------------------------------------------+\n| install | build and install the xo binary in your PATH |\n| pack    | pack xo binary for release                   |\n| run     | run the xo project                           |\n+---------+----------------------------------------------+\n```\n\nonce you have imported the project you now can run your project from anywhere:\n\n```\nxo xoproject run\n```\n\ntake a look at this [blog post]() for more info on this tool.\n\n\n## Future of this tool\n\n`xo` will help developers and teams to setup whole workspace with a single command.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekidx%2Fxo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekidx%2Fxo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekidx%2Fxo/lists"}