Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keqingrong/is-cygwin
- Owner: keqingrong
- License: mit
- Created: 2018-02-14T09:50:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T13:19:50.000Z (over 6 years ago)
- Last Synced: 2024-09-20T08:07:53.707Z (about 2 months ago)
- Topics: cygwin
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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