Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)