{"id":13756380,"url":"https://github.com/form8ion/hapi-scaffolder","last_synced_at":"2025-12-25T23:51:32.640Z","repository":{"id":37514734,"uuid":"192668574","full_name":"form8ion/hapi-scaffolder","owner":"form8ion","description":"opinionated scaffolder for hapi.js projects","archived":false,"fork":false,"pushed_at":"2025-05-05T15:53:36.000Z","size":21135,"stargazers_count":0,"open_issues_count":19,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T16:53:38.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npm.im/@form8ion/hapi-scaffolder","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/form8ion.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-19T06:02:58.000Z","updated_at":"2025-03-17T23:22:22.000Z","dependencies_parsed_at":"2023-10-16T02:41:30.590Z","dependency_job_id":"dcad59c7-3442-435c-974d-bf2ac9a365a9","html_url":"https://github.com/form8ion/hapi-scaffolder","commit_stats":{"total_commits":1102,"total_committers":6,"mean_commits":"183.66666666666666","dds":0.3058076225045372,"last_synced_commit":"d51d0fca976b6f7df7886a490b2f0e575cdf443e"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fhapi-scaffolder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fhapi-scaffolder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fhapi-scaffolder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fhapi-scaffolder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/form8ion","download_url":"https://codeload.github.com/form8ion/hapi-scaffolder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253358069,"owners_count":21895967,"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-08-03T11:00:43.222Z","updated_at":"2025-12-25T23:51:32.584Z","avatar_url":"https://github.com/form8ion.png","language":"JavaScript","funding_links":[],"categories":["Scaffolding"],"sub_categories":["Official"],"readme":"# hapi-scaffolder\n\nopinionated scaffolder for [hapi.js](https://hapijs.com) projects\n\n\u003c!--status-badges start --\u003e\n\n[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]\n[![Codecov][coverage-badge]][coverage-link]\n![SLSA Level 2][slsa-badge]\n\n\u003c!--status-badges end --\u003e\n\n## Usage\n\n\u003c!--consumer-badges start --\u003e\n\n[![npm][npm-badge]][npm-link]\n[![Try @form8ion/hapi-scaffolder on RunKit][runkit-badge]][runkit-link]\n[![MIT license][license-badge]][license-link]\n\n\u003c!--consumer-badges end --\u003e\n\n### Installation\n\n```sh\n$ npm install @form8ion/hapi-scaffolder --save\n```\n\n## Contributing\n\n\u003c!--contribution-badges start --\u003e\n\n[![Conventional Commits][commit-convention-badge]][commit-convention-link]\n[![Commitizen friendly][commitizen-badge]][commitizen-link]\n[![semantic-release][semantic-release-badge]][semantic-release-link]\n[![PRs Welcome][PRs-badge]][PRs-link]\n[![Renovate][renovate-badge]][renovate-link]\n\n\u003c!--contribution-badges end --\u003e\n\n### Dependencies\n\n```sh\n$ nvm install\n$ npm install\n```\n\n### Verification\n\n```sh\n$ npm test\n```\n\n[npm-link]: https://www.npmjs.com/package/@form8ion/hapi-scaffolder\n\n[npm-badge]: https://img.shields.io/npm/v/@form8ion/hapi-scaffolder?logo=npm\n\n[runkit-link]: https://npm.runkit.com/@form8ion/hapi-scaffolder\n\n[runkit-badge]: https://badge.runkitcdn.com/@form8ion/hapi-scaffolder.svg\n\n[license-link]: LICENSE\n\n[license-badge]: https://img.shields.io/github/license/form8ion/hapi-scaffolder.svg?logo=opensourceinitiative\n\n[commit-convention-link]: https://conventionalcommits.org\n\n[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\n\n[commitizen-link]: http://commitizen.github.io/cz-cli/\n\n[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\n\n[semantic-release-link]: https://github.com/semantic-release/semantic-release\n\n[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release\n\n[PRs-link]: http://makeapullrequest.com\n\n[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg\n\n[renovate-link]: https://renovatebot.com\n\n[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot\n\n[github-actions-ci-link]: https://github.com/form8ion/hapi-scaffolder/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster\n\n[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/hapi-scaffolder/node-ci.yml.svg?branch=master\u0026logo=github\n\n[coverage-link]: https://codecov.io/github/form8ion/hapi-scaffolder\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/hapi-scaffolder?logo=codecov\n\n[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fform8ion%2Fhapi-scaffolder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fform8ion%2Fhapi-scaffolder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fform8ion%2Fhapi-scaffolder/lists"}