{"id":20538031,"url":"https://github.com/yoannmoinet/dotconf","last_synced_at":"2025-04-14T07:43:05.121Z","repository":{"id":57215385,"uuid":"47166666","full_name":"yoannmoinet/dotconf","owner":"yoannmoinet","description":":ring: One file, to rule them all.","archived":false,"fork":false,"pushed_at":"2017-09-08T13:08:14.000Z","size":645,"stargazers_count":45,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T21:23:15.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://yoannmoinet.github.io/dotconf","language":"JavaScript","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/yoannmoinet.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":"2015-12-01T05:00:35.000Z","updated_at":"2024-01-03T14:13:04.000Z","dependencies_parsed_at":"2022-09-12T11:32:29.958Z","dependency_job_id":null,"html_url":"https://github.com/yoannmoinet/dotconf","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannmoinet%2Fdotconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannmoinet%2Fdotconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannmoinet%2Fdotconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannmoinet%2Fdotconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoannmoinet","download_url":"https://codeload.github.com/yoannmoinet/dotconf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248842631,"owners_count":21170395,"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":[],"created_at":"2024-11-16T00:43:56.068Z","updated_at":"2025-04-14T07:43:05.089Z","avatar_url":"https://github.com/yoannmoinet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](./media/dotconf_med.png)\n\n\u003e One file, to rule them all.\n\n[![build](https://travis-ci.org/yoannmoinet/dotconf.svg)](https://travis-ci.org/yoannmoinet/dotconf) [![npm version](https://img.shields.io/npm/v/dotconf.svg?style=flat)](https://npmjs.org/package/dotconf) ![status](https://img.shields.io/badge/stability-experimental-red.svg?style=flat)\n---\n\n`dotconf` will archive all your `.file|.directory` into **one single** `.conf`.\n\nIt will extract them when needed (advised in `npm postinstall`).\n\n![example](./media/demo.gif)\n\n## Installation\n\n```bash\n# Locally in your project [advised]\nnpm i dotconf --save\n# Or globally\nnpm i dotconf -g\n```\n\n## Usage\n\n```bash\ndotconf [OPTIONS] [ARGS]\n```\n\n## Options\n\n```bash\n# Actions\n-a,     --archive                   Archive your files\n-e,     --extract                   Extract your files\n\n# Options\n\n-d,     --destination      [STRING] Destination of the archive\n# Default is .file\n-p,     --pattern          [STRING] Pattern to get file files\n# Default is .*\n-s,     --safe             [BOOL]   Execute in safe mode\n# Default is true\n        --safeDestination  [STRING] Destination of the safe storage\n# Default is .tempDotConf\n-i,     --ignore           [ARRAY]  What to ignore\n# Default is .git*,node_modules/**,.file,.tempDotConf/**\n\n# CLI related\n\n-k,     --no-color                  Omit color from output\n        --debug                     Show debug information\n-v,     --version                   Display the current version\n-h,     --help                      Display help and usage details\n```\n\nBy default, options can be read in the `package.json` under `dotconf` object.\n\n```json\n\"dotconf\": {\n    \"destination\": \".file\",\n    \"safeDestination\": \".tempDotConf\",\n    \"safe\": true,\n    \"pattern\": \".*\",\n    \"ignore\": [\n        \".git*\",\n        \"node_modules/**\" ,\n        \".file\",\n        \".tempDotConf/**\"\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannmoinet%2Fdotconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoannmoinet%2Fdotconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannmoinet%2Fdotconf/lists"}