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

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

Check if the current environment is the Windows Command Prompt.
https://github.com/richienb/is-cmd

Last synced: 13 days ago
JSON representation

Check if the current environment is the Windows Command Prompt.

Awesome Lists containing this project

README

          

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

Check if the current environment is the Windows Command Prompt.

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

## Install

```sh
npm install is-cmd
```

## Usage

```js
const isCmd = require("is-cmd");

isCmd();
//=> true
```

## API

### isCmd()