# is-appveyor

> Check if Node script is running on AppVeyor

Latest version **1.0.0** (published 2014-10-13) · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2014-10-13 |
| First published | 2014-10-13 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Shinnosuke Watanabe |
| Maintainers | shinnn |
| Keywords | shell, cli, env, environment, variable, command, command-line, windows, ci, appveyor, detect, check |

## Links

- npm: https://www.npmjs.com/package/is-appveyor
- Repository: https://github.com/shinnn/is-appveyor
- Issues: https://github.com/shinnn/is-appveyor/issues
- npm.io page: https://npm.io/package/is-appveyor

## Alternatives

- [replicas-cli](https://npm.io/package/replicas-cli.md) — 3.0K weekly downloads
- [env-contract](https://npm.io/package/env-contract.md) — 133 weekly downloads
- [@openveo/api](https://npm.io/package/@openveo/api.md) — 61 weekly downloads
- [@ryniaubenpm2/cumque-error-reiciendis](https://npm.io/package/@ryniaubenpm2/cumque-error-reiciendis.md) — 54 weekly downloads
- [ts-global-type-extra](https://npm.io/package/ts-global-type-extra.md) — 11 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2014-10-13

## README

# is-appveyor

[![NPM version](https://badge.fury.io/js/is-appveyor.svg)](https://www.npmjs.org/package/is-appveyor)
[![Build Status](https://travis-ci.org/shinnn/is-appveyor.svg?branch=master)](https://travis-ci.org/shinnn/is-appveyor)
[![Build status](https://ci.appveyor.com/api/projects/status/qgxjbj1tc7mdou83?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/is-appveyor)
[![devDependency Status](https://david-dm.org/shinnn/is-appveyor/dev-status.svg)](https://david-dm.org/shinnn/is-appveyor#info=devDependencies)

Check if [Node](http://nodejs.org/) script is running on [AppVeyor](http://www.appveyor.com/)

```javascript
var isAppVeyor = require('is-appveyor'); // returns boolean
```

## Installation

[Use npm](https://www.npmjs.org/doc/cli/npm-install.html).

```sh
npm install is-appveyor
```

## License

Copyright (c) 2014 [Shinnosuke Watanabe](https://github.com/shinnn)

Licensed under [the MIT License](./LICENSE).

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