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: 6 months ago
JSON representation
Pause command of Microsoft DOS in JavaScript
- Host: GitHub
- URL: https://github.com/tiagodanin/msdos-pause
- Owner: TiagoDanin
- License: mit
- Created: 2018-12-05T14:18:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T18:42:56.000Z (almost 7 years ago)
- Last Synced: 2025-08-25T18:39:27.747Z (6 months ago)
- Topics: bin, msdos, pause, script
- Language: JavaScript
- Homepage: https://tiagodanin.github.io/MSDOS-Pause/
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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