Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keqingrong/is-cygwin

Check if the process is running inside Cygwin
https://github.com/keqingrong/is-cygwin

cygwin

Last synced: 7 days ago
JSON representation

Check if the process is running inside Cygwin

Awesome Lists containing this project

README

        

# is-cygwin

[![npm version](https://img.shields.io/npm/v/is-cygwin.svg)](https://www.npmjs.com/package/is-cygwin)

> Check if the process is running inside Cygwin

## Installation

```sh
npm install --save is-cygwin
```

## Usage

```js
const isCygwin = require('is-cygwin');

console.log(isCygwin());
```

## License

MIT