{"id":15368163,"url":"https://github.com/hubvue/camer","last_synced_at":"2025-04-15T11:54:02.464Z","repository":{"id":57673922,"uuid":"476138304","full_name":"hubvue/camer","owner":"hubvue","description":"A nifty command alias manager","archived":false,"fork":false,"pushed_at":"2025-04-11T23:09:21.000Z","size":1589,"stargazers_count":8,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T00:22:46.843Z","etag":null,"topics":["alias","command","management"],"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/hubvue.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,"zenodo":null}},"created_at":"2022-03-31T03:35:42.000Z","updated_at":"2024-07-26T21:52:09.000Z","dependencies_parsed_at":"2025-02-04T03:21:07.757Z","dependency_job_id":"2c0b9739-51ae-4859-a19e-f01a673e1329","html_url":"https://github.com/hubvue/camer","commit_stats":{"total_commits":134,"total_committers":4,"mean_commits":33.5,"dds":"0.35074626865671643","last_synced_commit":"ddb90a031d9107f9a699538b5efb7e87a9d31f8f"},"previous_names":["hubvue/cam"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubvue%2Fcamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubvue%2Fcamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubvue%2Fcamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubvue%2Fcamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hubvue","download_url":"https://codeload.github.com/hubvue/camer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501960,"owners_count":21114681,"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":["alias","command","management"],"created_at":"2024-10-01T13:28:31.175Z","updated_at":"2025-04-15T11:54:02.438Z","avatar_url":"https://github.com/hubvue.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# camer\n\nA nifty command alias manager\n\n## Quick Start\n\n\n### Install\n\n```bash\n# cargo\ncargo install camer\n# pnpm\npnpm add camer -g\n```\n\n### Usage\n\n```bash\n$ camer -h\n```\n\n```bash\ncamer 1.0.0\n\nUSAGE:\n    camer \u003cSUBCOMMAND\u003e\n\nOPTIONS:\n    -h, --help       Print help information\n    -V, --version    Print version information\n\nSUBCOMMANDS:\n    add       Add a command alias\n    clean     Clean up CAM application files\n    help      Print this message or the help of the given subcommand(s)\n    init      Initialisation of the configuration file\n    ls        Show all alias set\n    remove    Remove existing alias\n```\n\n#### Init\nThe configuration file needs to be initialised before the `camer` can be used. This is done by executing `camer init`.\n\n```bash\n$ camer init\n[CAM INFO]: cam initialization succeeded, please run `source /Users/kim/.zshrc`\n```\nWhen the above message is output on the command line, the initialisation is successful.\n\n#### Ls\nThe `camer ls` command lists all alias set.\n\n```bash\n$ camer ls\n```\n```bash\n Alias |            Command\n=======+================================\n  gs   |           git status\n-------+--------------------------------\n  ga   |            git add\n-------+--------------------------------\n  gaa  |           git add -A\n-------+--------------------------------\n  ni   |          npm install\n-------+--------------------------------\n  ya   |            yarn add\n-------+--------------------------------\n  pa   |            pnpm add\n-------+--------------------------------\n  nr   |            npm run\n-------+--------------------------------\n   s   |         npm run start\n-------+--------------------------------\n   t   |          npm run test\n-------+--------------------------------\n   p   |          npm run prod\n-------+--------------------------------\n   d   |          npm run dev\n-------+--------------------------------\n   b   |         npm run build\n```\nAbove are some of the default aliases that cramer creates for you.\n\n#### Add\nThe `camer add` command adds a new alias. The alias name and the command to be executed are required.\n\nLet's add an alias for the `npm run deploy` command\n```bash\n$ camer add nd \"npm run deploy\"\n[CAM INFO]: nd added successfully, please run `source /Users/kim/.zshrc`\n```\nThe above result means that this was added successfully, so let's run the prompt command to make it work.\n\n#### Remove\nThe `camer remove` command removes an existing alias. The alias name is required.\n\nLet's remove the alias added in Add\n```bash\n$ camer remove nd\n[CAM INFO]: remove nd alias succeeded, please run `source /Users/kim/.zshrc`\n```\nThe above result means that this was removed successfully, so let's run the prompt command to make it work.\n\n#### Clean\nWhen you want to uninstall the camer application, please run `camer clean` before downloading if you need the configuration file to be removed along with it.\n\n```bash\n$ camer clean\n[CAM Info]: Cam cleanup succeeded\n```\nThe above result means that the cleanup was successful.\n\nIf you want to continue using it, please run `camer init` again to initialise it.\n# License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubvue%2Fcamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhubvue%2Fcamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubvue%2Fcamer/lists"}