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

https://github.com/richienb/is-ubuntu

Check if the process is running inside Ubuntu.
https://github.com/richienb/is-ubuntu

Last synced: 10 months ago
JSON representation

Check if the process is running inside Ubuntu.

Awesome Lists containing this project

README

          

# is-ubuntu [![Travis CI Build Status](https://img.shields.io/travis/com/Richienb/is-ubuntu/master.svg?style=for-the-badge)](https://travis-ci.com/Richienb/is-ubuntu)

Check if the process is running inside Ubuntu.

[![NPM Badge](https://nodei.co/npm/is-ubuntu.png)](https://npmjs.com/package/is-ubuntu)

## Install

```sh
npm install is-ubuntu
```

## Usage

```js
const isUbuntu = require("is-ubuntu")

// When the process is running inside Ubuntu
console.log(isUbuntu)
//=> true
```