Skip to content

Repository files navigation

🤖 Arch

This module is used to determine if the user is on a 32-bit vs. 64-bit operating system to offer the right app installer

Use this package to get the actual operating system CPU architecture.

Deno CIGitHubContributorsDeno StarterMade by DenorgTypeScriptsemantic-release

⭐ Getting started

Import the default function and use it:

importarchfrom"https://raw.githubusercontent.com/denorg/arch/master/mod.ts";constresult=awaitarch();

CLI with DPX

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

dpx --allow-read arch <arguments>

CLI

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

deno run --allow-read https://raw.githubusercontent.com/denorg/arch/master/cli.ts <arguments>

You can also install it globally using the following:

deno install --allow-read -n arch https://raw.githubusercontent.com/denorg/arch/master/cli.ts

Then, the package is available to run:

arch <arguments>

Configuration

Required permissions:

  1. --allow-read

👩‍💻 Development

Run tests:

deno test --allow-read

⭐ Related Work

  • feross/arch is the Node.js project serving as inspiration for this one

📄 License

MIT © Denorg

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

About

Detect OS architecture

Resources

Code of conduct

Contributing

Security policy

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

Generated from denorg/starter