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
- Host: GitHub
- URL: https://github.com/tiagodanin/msdos-pause
- Owner: TiagoDanin
- License: mit
- Created: 2018-12-05T14:18:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T18:42:56.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T02:06:35.342Z (2 months ago)
- Topics: bin, msdos, pause, script
- Language: JavaScript
- Homepage: https://tiagodanin.github.io/MSDOS-Pause/
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- 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