{"id":22085113,"url":"https://github.com/d7omdev/config-files-manager","last_synced_at":"2025-03-23T21:44:18.639Z","repository":{"id":239724012,"uuid":"800374787","full_name":"d7omdev/config-files-manager","owner":"d7omdev","description":"A Package to manage local config files from the command line.","archived":false,"fork":false,"pushed_at":"2024-05-15T22:48:45.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T08:55:42.021Z","etag":null,"topics":["config","config-manager","configuration-files"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/config-files-manager","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/d7omdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-05-14T08:01:51.000Z","updated_at":"2024-06-19T22:46:25.000Z","dependencies_parsed_at":"2024-05-14T09:28:50.201Z","dependency_job_id":"11362dcc-6805-481a-ae8d-06e765830b39","html_url":"https://github.com/d7omdev/config-files-manager","commit_stats":null,"previous_names":["abdulrahmandev1/config-files-manager","d7omdev/config-files-manager"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fconfig-files-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fconfig-files-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fconfig-files-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fconfig-files-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d7omdev","download_url":"https://codeload.github.com/d7omdev/config-files-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245175357,"owners_count":20572781,"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":["config","config-manager","configuration-files"],"created_at":"2024-12-01T01:11:37.733Z","updated_at":"2025-03-23T21:44:18.608Z","avatar_url":"https://github.com/d7omdev.png","language":"TypeScript","readme":"# Config Files Manager\r\n\r\nA Pakage to manage local config files from the command line.\r\n\r\n![cfm image](./cfm.png)\r\n\r\n## Why ?\r\n\r\nTired of wrestling with scattered configuration files? i know i have been.\r\nConfig Files Manager is here to save the day!\r\n\r\n- Centralized Control: Manage all your configuration files effortlessly from the command line.\r\n- Simplified Management: Add, remove, update, and backup files with ease, no more manual headaches.\r\n- Peace of Mind: Never worry about lost settings again – Config Files Manager has your back.\r\n  In short, Config Files Manager is the ultimate tool for simplifying your configuration file woes.\r\n\r\n## Features\r\n\r\n- **Add a new Config file**: Add a new configuration file to the pakage.\r\n\r\n- **List all config files**: Lists all the configuration files that are currently being managed by the pakage to choose from and open in the text editor.\r\n\r\n- **Remove a config file**: Remove a configuration file from the pakage.\r\n\r\n- **Update a config file**: Update a configuration file name or path.\r\n\r\n- **Set the editor**: Set the text editor that will be used to open configuration files.\r\n\r\n- **Show path of the config file**: This feature shows the path of the current configuration file.\r\n\r\n- \u003cdetails\u003e\r\n  \u003csummary\u003e\u003cstrong\u003eBackup options\u003c/strong\u003e\u003c/summary\u003e\r\n  \u003cp\u003e\r\n\r\n  Provides options for backing up your configuration files.\r\n\r\n  - Create a backup of all config files: Create a backup of all configuration files managed by the package.\r\n  - List all backup files: List all the backup files that are currently being managed by the package.\r\n  - Use a backup file: Use a backup file to restore the configuration files.\r\n  - Delete a backup file: Delete a backup file.\r\n\r\n\u003c/p\u003e\r\n\u003c/details\u003e\r\n\r\n## Requirements\r\n\r\n- Node.js version 12 or higher\r\n- NPM (Node Package Manager)\r\n\r\n## Installation\r\n\r\nrun the following command to install the package globally\r\n\r\n```sh\r\nnpm i -g config-files-manager\r\n```\r\n\r\nor for pnpm\r\n\r\n```sh\r\npnpm i -g config-files-manager\r\n```\r\n\r\n## Usage\r\n\r\nTo use the Config Files Manager, simply run the following command in the terminal:\r\n\r\n```sh\r\nconfig-files-manager\r\n```\r\n\r\nor\r\n\r\n```sh\r\ncfm\r\n```\r\n\r\nYou can also specify the command you want to run directly from the terminal:\r\n\r\n- `--add` or `-a`: Add a new configuration file.\r\n- `--list` or `-l`: List all configuration files.\r\n- `--remove` or `-r`: Remove a configuration file.\r\n- `--update` or `-u`: Update a configuration file.\r\n- `--backup` or `-b`: Backup options.\r\n- `--set-editor` or `-s`: Set the text editor.\r\n- `--help` or `-h`: Show help.\r\n\r\n## License\r\n\r\nthis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details\r\n\r\n## Contributing\r\n\r\nFor contributions, please refer to the [CONTRIBUTING](./CONTRIBUTING.md) file\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd7omdev%2Fconfig-files-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd7omdev%2Fconfig-files-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd7omdev%2Fconfig-files-manager/lists"}