Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
generated from denorg/starter

πŸ”— Humanize a URL in Deno https://yogi.codes β†’ yogi.codes

License

Notifications You must be signed in to change notification settings

denorg/humanize-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

πŸ”— Humanize URL

Humanize a URL in Deno https://yogi.codes β†’ yogi.codes/

Deno CI GitHub Contributors Deno Starter Made by Denorg TypeScript semantic-release

⭐ Getting started

Import the humanizeUrl or validURL function and use it:

import { humanizeUrl, validURL } from "https://deno.land/x/humanize_url/mod.ts";
await humanizeUrl('https://yogi.codes');
//=> 'yogi.codes'
await validURL('https://yogi.codes');
//=> true

CLI with DPX

After installing DPX, you can directly use the CLI using the dpx command:

dpx humanize_url https://yogi.codes
# yogi.codes

CLI

Alternatively, you can use it directly from the CLI by using deno run:

deno run https://deno.land/x/humanize_url/cli.ts https://yogi.codes
# yogi.codes

You can also install it globally using the following:

deno install -n humanize_url https://deno.land/x/humanize_url/cli.ts

Then, the package is available to run:

humanize_url https://yogi.codes
# yogi.codes

πŸ‘©β€πŸ’» Development

Run tests:

deno test

πŸ“„ License

MIT Β© Denorg

A project by Denorg, the world's first Deno-focused community
organization and consulting company. Work with us β†’

About

πŸ”— Humanize a URL in Deno https://yogi.codes β†’ yogi.codes

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /