Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajar Abdi Nugraha committed Oct 19, 2024
1 parent 5b35e78 commit 3c7c864
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Deno-ULID

[![JSR Scope](https://jsr.io/badges/@fajar)](https://jsr.io/@fajar)
[![JSR](https://jsr.io/badges/@fajar/deno-ulid)](https://jsr.io/@fajar/deno-ulid)
[![JSR Score](https://jsr.io/badges/@fajar/deno-ulid/score)](https://jsr.io/@fajar/deno-ulid)

ULID generator for Deno. ULID is an alternative to UUID but lexicographically
sortable, monotonic sort order and URL safe.

Expand Down
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.1",
"exports": "./mod.ts",
"tasks": {
"pub:local": "deno publish --no-provenance",
"benchmark": "deno bench --json > benchmark.json",
"cov": "deno test --coverage=cov && deno coverage --lcov cov > cov/lcov.info",
"cov:html": "deno task cov && genhtml cov/lcov.info -o cov/html && open cov/html/index.html"
Expand Down

0 comments on commit 3c7c864

Please sign in to comment.