An lib and cli to slugify a string.
deno main.js "Somê text with Letters' and spaces?"
Will output
some-text-with-letters-and-spaces
deno compile main.js
Install pakage from JSR.
# Deno
deno add jsr:@baldir/slugify
# Npm
npx jsr add @baldir/slugify
# Bun
bunx jsr add @baldir/slugify