{"id":18432374,"url":"https://github.com/kimxogus/icbm","last_synced_at":"2025-04-07T18:33:44.002Z","repository":{"id":21549690,"uuid":"93168940","full_name":"kimxogus/icbm","owner":"kimxogus","description":"Interactive Configuration Backup Manager","archived":false,"fork":false,"pushed_at":"2023-01-06T01:48:29.000Z","size":1168,"stargazers_count":10,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-13T23:54:32.066Z","etag":null,"topics":["backup","cli","configuration","configuration-management","gist","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kimxogus.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}},"created_at":"2017-06-02T13:37:34.000Z","updated_at":"2020-10-27T18:21:19.000Z","dependencies_parsed_at":"2023-01-13T21:33:18.287Z","dependency_job_id":null,"html_url":"https://github.com/kimxogus/icbm","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimxogus%2Ficbm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimxogus%2Ficbm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimxogus%2Ficbm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimxogus%2Ficbm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kimxogus","download_url":"https://codeload.github.com/kimxogus/icbm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223289489,"owners_count":17120662,"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":["backup","cli","configuration","configuration-management","gist","nodejs"],"created_at":"2024-11-06T05:28:23.008Z","updated_at":"2024-11-06T05:28:23.729Z","avatar_url":"https://github.com/kimxogus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# icbm\n\n\u003e CLI tool to manage and backup your configuration files\n\n[![npm version](https://img.shields.io/npm/v/icbm.svg)](https://npmjs.org/package/icbm)\n[![npm downloads](https://img.shields.io/npm/dm/icbm.svg)](https://npmjs.org/package/icbm)\n\n[![Build Status](https://travis-ci.org/kimxogus/icbm.svg?branch=master)](https://travis-ci.org/kimxogus/icbm)\n[![Build status](https://ci.appveyor.com/api/projects/status/5h0p627mhgb4pdxo/branch/master?svg=true)](https://ci.appveyor.com/project/kimxogus/icbm/branch/master)\n\n[![Dependencies Status](https://david-dm.org/kimxogus/icbm/status.svg)](https://david-dm.org/kimxogus/icbm)\n[![DevDependencies Status](https://david-dm.org/kimxogus/icbm/dev-status.svg)](https://david-dm.org/kimxogus/icbm?type=dev)\n[![Known Vulnerabilities](https://snyk.io/test/github/kimxogus/icbm/badge.svg)](https://snyk.io/test/github/kimxogus/icbm)\n\n## Prerequisites\n\n- node.js `\u003e= 10`\n\n## Installation\n\n- npm `npm install -g icbm`\n- yarn `yarn global add icbm`\n\n## Usage\n\n### Add Configurations\n\n- For supported configuration files\n\n```bash\nicbm add file_name\n```\n\n- For not supported configuration files\n\n```bash\nicbm add your_conf_name /path/to/your_conf\n```\n\n- Configurations currently supported\n  - bash_profile (`$HOME/.bash_profile`)\n  - bashrc (`$HOME/.bashrc`)\n  - gitconfig (`$HOME/.gitconfig`)\n  - vimrc (`$HOME/.vimrc`)\n  - zshrc (`$HOME/.zshrc`)\n\n### Remove Configurations\n\n- This action will remove configuration from _icbm_ and return it to original path.\n  (e.g. remove the symbolic link and return the managed `bash_profile` to `$HOME/.bash_profile`)\n\n```bash\nicbm remove file_name\n```\n\n### Upload Configurations\n\n```bash\nicbm upload\n```\n\n### Download Configurations\n\n```bash\nicbm download\n```\n\n### Managing config\n\n- Set config\n\n```bash\nicbm config set config_name config_value\n```\n\n- Get config\n\n```bash\nicbm config get config_name\n```\n\n- Get all configs\n\n```bash\nicbm config get\n```\n\n- Configurations\n  - Repository Type `repository.type` (Only gist is available now)\n  - Gist id `repository.gist` (You can set using prompt in uploading and downloading)\n  - Github Token `repository.githubToken` (You can set using prompt in uploading. https://github.com/settings/tokens)\n  - Create backup on add `file.createBackup` (.bak file will be created on add. `true` by default.)\n\n## TODO\n\n- resolve paths in different os and env(like \\$HOME)\n- multiple repositories to backup configurations\n- node api\n- rewrite in golang(for standalone app)\n- support for other apps (list of formulas like `brew list` and `brew cask list`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimxogus%2Ficbm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimxogus%2Ficbm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimxogus%2Ficbm/lists"}