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
/ x-name Public
generated from denorg/starter

🏷️ Check if a package name is available on deno.land/x

License

Notifications You must be signed in to change notification settings

denorg/x-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

29 Commits

🏷️ X Name

Check if a package name is available in the https://deno.land/x third-party Deno modules registry.

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

⭐ Getting started

Import the checkIfNameIsAvailable or checkIfNameExists function and use it:

import { checkIfNameIsAvailable, checkIfNameExists } from "https://deno.land/x/x_name/mod.ts";
await checkIfNameIsAvailable("abc"); // false
await checkIfNameIsAvailable("your-package-name"); // true
await checkIfNameExists("abc"); // true
await checkIfNameExists("your-package-name"); // false

CLI with DPX

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

dpx x_name available <your-package-name> --allow-net
# true
dpx x_name exists <your-package-name> --allow-net
# false

CLI

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

deno run --allow-net https://deno.land/x/x_name/cli.ts available <your-package-name>
deno run --allow-net https://deno.land/x/x_name/cli.ts exists <your-package-name>

You can also install it globally using the following:

deno install --allow-net -n x_name https://deno.land/x/x_name/cli.ts

Then, the package is available to run:

x_name available <your-package-name>
x_name exists <your-package-name>

Configuration

Required permissions:

  1. --allow-net

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

Run tests:

deno test --allow-net

πŸ“„ License

MIT Β© Denorg

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

About

🏷️ Check if a package name is available on deno.land/x

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

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