https://github.com/dherault/waita
Wait for n milliseconds then continue
https://github.com/dherault/waita
Last synced: 2 months ago
JSON representation
Wait for n milliseconds then continue
- Host: GitHub
- URL: https://github.com/dherault/waita
- Owner: dherault
- License: mit
- Created: 2022-12-05T22:51:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T02:26:59.000Z (over 3 years ago)
- Last Synced: 2025-08-21T05:55:16.530Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# waita
Wait for n milliseconds then continue
## Usage
Wait for 1000 milliseconds:
`npx waita 1000`
Install as a dev dependency:
`npm i -D waita`
Install as a global dependency:
`npm i -g waita`
Then you can do:
`waita 5000`
## License
MIT