{"id":17654030,"url":"https://github.com/mindsers/configfile","last_synced_at":"2025-06-17T22:07:52.738Z","repository":{"id":24927198,"uuid":"102789242","full_name":"mindsers/configfile","owner":"mindsers","description":"Personal config files manager","archived":false,"fork":false,"pushed_at":"2023-03-04T03:16:23.000Z","size":1643,"stargazers_count":2,"open_issues_count":12,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-05-07T09:13:15.952Z","etag":null,"topics":["config","config-management","configuration","configuration-files","configuration-management","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/configfile","language":"JavaScript","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/mindsers.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["mindsers"],"patreon":"mindsers","open_collective":null,"ko_fi":"mindsers","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":"mindsers","otechie":null,"custom":"nathanaelcherrier.com/en/support"}},"created_at":"2017-09-07T21:54:32.000Z","updated_at":"2023-02-12T10:55:51.000Z","dependencies_parsed_at":"2025-03-10T22:32:33.708Z","dependency_job_id":"a4b5037e-8dba-4963-a53b-e33d4fef0a31","html_url":"https://github.com/mindsers/configfile","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mindsers/configfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsers%2Fconfigfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsers%2Fconfigfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsers%2Fconfigfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsers%2Fconfigfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mindsers","download_url":"https://codeload.github.com/mindsers/configfile/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsers%2Fconfigfile/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260447686,"owners_count":23010548,"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-management","configuration","configuration-files","configuration-management","hacktoberfest"],"created_at":"2024-10-23T12:08:24.686Z","updated_at":"2025-06-17T22:07:47.722Z","avatar_url":"https://github.com/mindsers.png","language":"JavaScript","funding_links":["https://github.com/sponsors/mindsers","https://patreon.com/mindsers","https://ko-fi.com/mindsers","https://issuehunt.io/r/mindsers","nathanaelcherrier.com/en/support","https://www.patreon.com/bePatron?u=9715649","https://www.patreon.com/mindsers"],"categories":[],"sub_categories":[],"readme":"# configfile\n\n[![npm](https://img.shields.io/npm/v/configfile.svg?style=flat-square)](https://www.npmjs.com/package/configfile)\n[![npm](https://img.shields.io/npm/dt/configfile.svg?style=flat-square)](https://www.npmjs.com/package/configfile)\n[![npm](https://img.shields.io/npm/l/configfile.svg?style=flat-square)](https://github.com/Mindsers/configfile/blob/master/LICENSE)\n[![Patreon](https://img.shields.io/badge/support-patreon-F96854.svg?logo=patreon\u0026style=flat-square)](https://www.patreon.com/bePatron?u=9715649)\n[![Discourse](https://img.shields.io/discourse/https/community.nathanaelcherrier.com/posts.svg?color=00aeef\u0026logo=discourse\u0026logoColor=00aeef\u0026style=flat-square)](https://community.nathanaelcherrier.com/c/open-source/configfile/8)\n\n*configfile* is a command line tool that help user to manage their own configuration files.\n\n## Data storage\n\nThis tool **does not store** configuration files for you. A git repo ([dotfiles](https://github.com/topics/dotfiles)) is needed to store your configuration files.\n\nPlease follow this structure:\n\n```txt\n/files/\n    /module1/\n    /module2/\n        /settings.json\n        /configurationfile.txt\n    /module3/\n/scripts/\n    /scriptfile.sh\n```\n\n## Installation\n\nTo install *Configfile*, you need to use NPM or Yarn.\n\n```bash\nyarn global add configfile@latest\n```\n\n## Usage\n\n- `configfile init` or `configfile i`: Initialize *configfile* on the current user session.\n    - `-f, --force` force current configuration to be overwritten.\n- `configfile modules list` or `configfile m l`: Display a list of all modules available via *Configfile*.\n- `configfile modules deploy [moduleName...]` or `configfile m d [moduleName...]`: Deploy the configuration files for the given module name.\n    - `-l, --local` deploy authorized file to the current directory.\n- `configfile scripts` or `configfile s`: Display a list of all scripts available via *Configfile*.\n- `configfile scripts run \u003cscriptName\u003e` or `configfile s r \u003cscriptName\u003e`: Execute the script identifying by the given script name.\n\n## Contribution\n\nContributions to the source code of *Configfile* are welcomed and greatly appreciated. For help on how to contribute in this project, please refer to [How to contribute to Configfile](https://github.com/Mindsers/configfile/blob/develop/CONTRIBUTING.md).\n\n## Support\n\n*Configfile* is licensed under an Apache-2.0 license, which means that it's a  completely free open source software. Unfortunately, *Configfile* doesn't make itself. Version 1.0.0 is the next step, which will result in many late, beer-filled nights of development.\n\nIf you're using *Configfile* and want to support the development, you now have the chance! Go on my [Patreon page](https://www.patreon.com/mindsers) and become my joyful patron!!\n\n[![Become a Patron!](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/bePatron?u=9715649)\n\nFor help on how to support Configfile, please refer to [The awesome people who support Configfile](https://github.com/Mindsers/configfile/blob/develop/SPONSORS.md).\n\n\u003c!-- ### Premium sponsors --\u003e\n\n## License\n\nThis project is under Apache-2.0 license. See LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindsers%2Fconfigfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindsers%2Fconfigfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindsers%2Fconfigfile/lists"}