bavoco / is-wsl

Check if the process is running inside a WSL enviroment in Deno

Home Page:https://denorg.github.io/is-wsl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is Wsl

Check if the process is running inside a WSL enviroment in Deno.

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

⭐ Getting started

Import the isWsl function and use it:

import { isWsl } from "https://raw.githubusercontent.com/denorg/is-wsl/master/mod.ts";

const inWslEnviroment = await isWsl(); // boolean

CLI with DPX

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

dpx --allow-read starter <arguments>

CLI

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

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

You can also install it globally using the following:

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

Then, the package is available to run:

starter <arguments>

Configuration

Required permissions:

  1. --allow-read

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

Run tests:

deno test --allow-read

⭐ Related Work

πŸ“„ License

MIT Β© Denorg

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

About

Check if the process is running inside a WSL enviroment in Deno

https://denorg.github.io/is-wsl/

License:MIT License


Languages

Language:TypeScript 100.0%