Skip to content

docs(readme): add users info #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/dependents.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dependents Action

on:
push:
branches: [master]
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
dependents:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: gouravkhunger/dependents.info@0.1.3
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<a href="https://snyk.io/test/github/futurestudio/hapi-dev-errors"><img src="https://snyk.io/test/github/futurestudio/hapi-dev-errors/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/futurestudio/hapi-dev-errors" style="max-width:100%;"></a>
<a href="https://www.npmjs.com/package/hapi-dev-errors"><img src="https://img.shields.io/npm/v/hapi-dev-errors.svg" alt="Latest Version"></a>
<a href="https://www.npmjs.com/package/hapi-dev-errors"><img src="https://img.shields.io/npm/dm/hapi-dev-errors.svg" alt="Monthly downloads"></a>
<a href="https://dependents.info/futurestudio/hapi-dev-errors"><img src="https://dependents.info/futurestudio/hapi-dev-errors/badge" alt="network dependents" /></a>
</p>
<p>
<em>Follow <a href="http://twitter.com/marcuspoehls">@marcuspoehls</a> for updates!</em>
Expand Down Expand Up @@ -45,6 +46,11 @@ Besides the web view, `hapi-dev-errors` prints pretty error details to the termi

![hapi-dev-errors pretty terminal error](media/hapi-dev-errors-on-terminal.png)

## Used by

<a href="https://dependents.info/futurestudio/hapi-dev-errors">
<img src="https://dependents.info/futurestudio/hapi-dev-errors/image" alt="users image" />
</a>

## Requirements
This plugin uses async/await which requires **Node.js v12 or newer**.
Expand Down