Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydcjeff/shield.deno.dev
Badge service for Deno modules
https://github.com/ydcjeff/shield.deno.dev
badge deno shield
Last synced: 3 months ago
JSON representation
Badge service for Deno modules
- Host: GitHub
- URL: https://github.com/ydcjeff/shield.deno.dev
- Owner: ydcjeff
- License: mit
- Created: 2022-01-13T18:34:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T07:20:11.000Z (about 1 year ago)
- Last Synced: 2024-10-03T12:44:45.877Z (4 months ago)
- Topics: badge, deno, shield
- Language: HTML
- Homepage: https://shield.deno.dev
- Size: 95.7 KB
- Stars: 29
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [shield.deno.dev](https://shield.deno.dev)
> Badge service for Deno modules
Replace https://deno.land with https://shield.deno.dev in the deno module URL:
```diff
- https://deno.land/x/oak
+ https://shield.deno.dev/x/oak
```And get this → ![oak module version](https://shield.deno.dev/x/oak)
## Contribution
- Install [Deno](https://deno.land/manual/getting_started/installation).
- Setup git hooks
```sh
git config core.hookspath .githooks
```- Use `snake_case` for function and variable names.
## License
[MIT](./LICENSE)