@denorg/humanize-url

2.0.0 • Public • Published

🔗 Humanize URL

Humanize a URL in Deno https://yogi.codes → yogi.codes/

Test CI

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 →

Readme

Keywords

none

Package Sidebar

Install

npm i @denorg/humanize-url

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

6.93 kB

Total Files

11

Last publish

Collaborators

  • anandchowdhary