# is-freebsd

> A tool to check if the operating system is FreeBSD or not

Latest version **1.0.3** (published 2021-03-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-freebsd
pnpm add is-freebsd
yarn add is-freebsd
bun add is-freebsd
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-03-16 |
| First published | 2021-01-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Priyanshu Rav |
| Maintainers | priyanshurav |
| Keywords | freebsd, bsd, os, is-freebsd |

## Links

- npm: https://www.npmjs.com/package/is-freebsd
- Repository: https://github.com/priyanshurav/is-freebsd
- Homepage: https://github.com/priyanshurav/is-freebsd#readme
- Issues: https://github.com/priyanshurav/is-freebsd/issues
- npm.io page: https://npm.io/package/is-freebsd

## Dependencies (1)

- [@types/node](https://npm.io/package/@types/node.md) ^14.14.22

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 1.0.3 (latest) — 2021-03-16
- 1.0.2 — 2021-03-14
- 1.0.1 — 2021-03-10
- 1.0.0 — 2021-01-31

## README

![License](https://img.shields.io/github/license/pr357/is-freebsd?style=flat-square)
![issues](https://img.shields.io/github/issues/pr357/is-freebsd?style=flat-square)
![Weekly downloads](https://img.shields.io/npm/dw/is-freebsd?label=weekly%20downloads&style=flat-square)
![Total downloads](https://img.shields.io/npm/dt/is-freebsd?label=total%20downloads&style=flat-square)
![Minified size](https://img.shields.io/bundlephobia/min/is-freebsd?label=minified%20size&style=flat-square)
![Version](https://img.shields.io/npm/v/is-freebsd?style=flat-square)

# is-freebsd

A tool to check if the operating system is FreeBSD or not

# Installation

```bash
npm install is-freebsd
```

Or, if you prefer yarn

```bash
yarn add is-freebsd
```

# Usage

```javascript
const { isFreeBSD } = require('is-freebsd');

// If the OS that the program is executing in is FreeBSD then it returns true
console.log(isFreeBSD()); // true
```

# Contributing

Contributions are welcome. See the [contribution guide](https://github.com/pr357/is-freebsd/blob/main/CONTRIBUTING.md) for more info.

# License

This software is licensed under the [MIT License](https://choosealicense.com/licenses/mit/). See the [LICENSE](https://github.com/pr357/is-freebsd/blob/main/LICENSE) for more info.

---
_Source: https://npm.io/package/is-freebsd · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
