https://github.com/form8ion/hapi-scaffolder
opinionated scaffolder for hapi.js projects
https://github.com/form8ion/hapi-scaffolder
Last synced: 20 days ago
JSON representation
opinionated scaffolder for hapi.js projects
- Host: GitHub
- URL: https://github.com/form8ion/hapi-scaffolder
- Owner: form8ion
- License: mit
- Created: 2019-06-19T06:02:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T15:53:36.000Z (24 days ago)
- Last Synced: 2025-05-05T16:53:38.804Z (24 days ago)
- Language: JavaScript
- Homepage: https://npm.im/@form8ion/hapi-scaffolder
- Size: 20.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - hapi-scaffolder
README
# hapi-scaffolder
opinionated scaffolder for [hapi.js](https://hapijs.com) projects
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
[![Codecov][coverage-badge]][coverage-link]
![SLSA Level 2][slsa-badge]## Usage
[![npm][npm-badge]][npm-link]
[![Try @form8ion/hapi-scaffolder on RunKit][runkit-badge]][runkit-link]
[![MIT license][license-badge]][license-link]### Installation
```sh
$ npm install @form8ion/hapi-scaffolder --save
```## Contributing
[![Conventional Commits][commit-convention-badge]][commit-convention-link]
[![Commitizen friendly][commitizen-badge]][commitizen-link]
[![semantic-release][semantic-release-badge]][semantic-release-link]
[![PRs Welcome][PRs-badge]][PRs-link]
[![Renovate][renovate-badge]][renovate-link]### Dependencies
```sh
$ nvm install
$ npm install
```### Verification
```sh
$ npm test
```[npm-link]: https://www.npmjs.com/package/@form8ion/hapi-scaffolder
[npm-badge]: https://img.shields.io/npm/v/@form8ion/hapi-scaffolder?logo=npm
[runkit-link]: https://npm.runkit.com/@form8ion/hapi-scaffolder
[runkit-badge]: https://badge.runkitcdn.com/@form8ion/hapi-scaffolder.svg
[license-link]: LICENSE
[license-badge]: https://img.shields.io/github/license/form8ion/hapi-scaffolder.svg?logo=opensourceinitiative
[commit-convention-link]: https://conventionalcommits.org
[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
[commitizen-link]: http://commitizen.github.io/cz-cli/
[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[semantic-release-link]: https://github.com/semantic-release/semantic-release
[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
[PRs-link]: http://makeapullrequest.com
[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[renovate-link]: https://renovatebot.com
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
[github-actions-ci-link]: https://github.com/form8ion/hapi-scaffolder/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/hapi-scaffolder/node-ci.yml.svg?branch=master&logo=github
[coverage-link]: https://codecov.io/github/form8ion/hapi-scaffolder
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/hapi-scaffolder?logo=codecov
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg