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

https://github.com/tiagodanin/msdos-pause

Pause command of Microsoft DOS in JavaScript
https://github.com/tiagodanin/msdos-pause

bin msdos pause script

Last synced: about 1 month ago
JSON representation

Pause command of Microsoft DOS in JavaScript

Awesome Lists containing this project

README

        

# MSDOS-Pause
Pause command of Microsoft DOS in JavaScript

## Usage

```bash
pause
```

## Installation

This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
npm install msdos-pause --global
```

## License

MIT