JSR - the JavaScript Registry is now in public.

# deno
deno add @luca/flag
 
# npm (and npm-like systems)
npx jsr add @luca/flag
import { printProgress } from "@luca/flag"
 
printProgress()
# with deno installed (https://docs.deno.com/runtime/manual)
deno publish
 
# with npm-like systems
npx jsr publish

Thanks