{"id":15048418,"url":"https://github.com/gh-conf/gh-conf-validate","last_synced_at":"2025-05-15T21:34:00.088Z","repository":{"id":49609708,"uuid":"167837940","full_name":"gh-conf/gh-conf-validate","owner":"gh-conf","description":"Github config libraries validator","archived":false,"fork":false,"pushed_at":"2021-06-12T05:09:47.000Z","size":68,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-16T08:45:51.910Z","etag":null,"topics":["config","gh-conf","gh-conf-validate","gh-validate","github","github-config-validate"],"latest_commit_sha":null,"homepage":null,"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/gh-conf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-27T17:37:50.000Z","updated_at":"2021-06-12T05:09:17.000Z","dependencies_parsed_at":"2022-08-21T20:40:32.949Z","dependency_job_id":null,"html_url":"https://github.com/gh-conf/gh-conf-validate","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/gh-conf%2Fgh-conf-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-conf%2Fgh-conf-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-conf%2Fgh-conf-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-conf%2Fgh-conf-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gh-conf","download_url":"https://codeload.github.com/gh-conf/gh-conf-validate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225379390,"owners_count":17465152,"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","gh-conf","gh-conf-validate","gh-validate","github","github-config-validate"],"created_at":"2024-09-24T21:11:35.672Z","updated_at":"2024-11-19T15:35:57.962Z","avatar_url":"https://github.com/gh-conf.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/gh-conf","https://www.patreon.com/bePatron?u=15454240"],"categories":[],"sub_categories":[],"readme":"# gh-conf-validate\n\n[![npm (scoped)](https://img.shields.io/npm/v/@gh-conf/gh-conf-validate)](https://www.npmjs.com/package/@gh-conf/gh-conf-validate)\n[![Build](https://github.com/gh-conf/gh-conf-validate/actions/workflows/nodejs.yml/badge.svg)](https://github.com/gh-conf/gh-conf-validate/actions/workflows/nodejs.yml)\n[![Github Repo Size](https://img.shields.io/github/repo-size/gh-conf/gh-conf-validate.svg)](https://github.com/gh-conf/gh-conf-validate)\n[![npm](https://img.shields.io/npm/dt/@gh-conf/gh-conf-validate)](https://www.npmjs.com/package/@gh-conf/gh-conf-validate)\n[![GitHub](https://img.shields.io/github/license/gh-conf/gh-conf-validate)](https://github.com/gh-conf/gh-conf-validate/blob/master/LICENSE)\n[![Contributors](https://img.shields.io/github/contributors/gh-conf/gh-conf-validate.svg)](https://github.com/gh-conf/gh-conf-validate/graphs/contributors)\n[![Commit](https://img.shields.io/github/last-commit/gh-conf/gh-conf-validate.svg)](https://github.com/gh-conf/gh-conf-validate/commits/master)\n\nGithub config libraries validator\n\n\u003e Give us a :star: if you like our work :heart:\n\n\u003ca href=\"https://www.buymeacoffee.com/gh-conf\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\u003ca href=\"https://www.patreon.com/bePatron?u=15454240\" target=\"_blank\"\u003e\u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button.png\" alt=\"Become a Patron!\" height=\"40\"\u003e\u003c/a\u003e\n\nPlease consider donating, if you like my work\n\n## Install\n\n```\n$ npm install @gh-conf/gh-conf-validate\n```\n\n## Usage\n\n```javascript\nconst { validatePath } = require('@gh-conf/gh-conf-validate');\n\n// Valid path\nconst isValid = validatePath('./gh-conf-validate');\nconsole.log(isValid);\n// Output\n// true\n\n// Invalid path\ntry {\n  validatePath();\n} catch (err) {\n  console.log(err);\n\n  // Output\n  /**\n  * {\n  *   status: 'err',\n  *   message: 'No path input',\n  *   data: {}\n  * }\n  **/\n}\n```\n\n## Contributing\n\nInterested in contributing to this project?\nYou can log any issues or suggestion related to this library [here](https://github.com/gh-conf/gh-conf-validate/issues/new)\n\nRead our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase\n\n## Contributors\n\nThank you to all the contributors who have helped us in making this project better 🙌\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh-conf%2Fgh-conf-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgh-conf%2Fgh-conf-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh-conf%2Fgh-conf-validate/lists"}