Notice: Adding a badge can help your module be searched. The search page is in process.
For example:
deno -A https://denolib.com/denoland/[email protected]/http/file_server.ts
import { test } from "https://denolib.com/denoland/deno_std/testing/mod.ts";
Create denolib.json
in the root directory.
{
"name": "denolib.com"
}
Markdown:
![DenoLib](https://denolib.com/badge?scope=${scope}&repo=${repo})
Optional parameters:
style
- you can pass optionalstyle
parameter with supported value, for example:![DenoLib](https://denolib.com/badge?scope=${scope}&repo=${repo}&style=${style})
whereconst style = "flat-square"