{"id":15917586,"url":"https://github.com/dsfields/kibbutz-rc","last_synced_at":"2025-04-03T11:42:03.820Z","repository":{"id":82746534,"uuid":"67272128","full_name":"dsfields/kibbutz-rc","owner":"dsfields","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-26T16:40:27.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T23:09:43.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsfields.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2016-09-03T05:03:19.000Z","updated_at":"2016-10-26T16:40:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"2746e535-9a32-455c-9859-fa09ab27ff47","html_url":"https://github.com/dsfields/kibbutz-rc","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"4e2930c5f4a4e7e561dbc3e40307452d4e7127df"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsfields%2Fkibbutz-rc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsfields%2Fkibbutz-rc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsfields%2Fkibbutz-rc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsfields%2Fkibbutz-rc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsfields","download_url":"https://codeload.github.com/dsfields/kibbutz-rc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998106,"owners_count":20866690,"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-10-06T18:11:43.564Z","updated_at":"2025-04-03T11:42:03.797Z","avatar_url":"https://github.com/dsfields.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kibbutz RC Plugin\n\nRC configuration provider for Kibbutz.\n\nThe `kibbutz-rc` module is a [`kibbutz`](https://www.npmjs.com/package/kibbutz) provider for loading configuration fragments from [`rc`](https://www.npmjs.com/package/rc).\n\n## Usage\n\nAdd `kibbutz-rc` as a dependency in `package.json`:\n\n```sh\n$ npm install kibbutz-rc -S\n```\n\nCreate an instance of `RcProvider` and supply it to the `load()` method of a `Kibbutz` instance:\n\n```js\nconst Kibbutz = require('kibbutz');\nconst RcProvider = require('kibbutz-rc');\n\nconst config = new Kibbutz({\n  value: {\n    foo: 'bar'\n  }\n});\n\nconst rcProvider = new RcProvider({\n  appName: 'myapp'\n});\n\nconfig.load([ rcProvider ], function(err, config) {\n  // do something beautiful with your configuration\n});\n```\n\n## Constructor Options\n\nThe `kibbutz-rc` plugin provides options to configure the underlying `rc` module.  Constructor options should be an object, and can contain the following keys:\n\n  * `appName`: _(required)_ the `appName` to pass to `rc`.\n  * `defaults`: _(optional)_ an object that contains the default values to pass to `rc`.\n  * `argv`: _(optional)_ the component `rc` should use to parse command-like arguments.\n  * `parser`: _(optional)_ the parser `rc` should to interpret configuration data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsfields%2Fkibbutz-rc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsfields%2Fkibbutz-rc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsfields%2Fkibbutz-rc/lists"}