Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zemd/yarn-plugin-check
https://github.com/zemd/yarn-plugin-check
yarn yarn-plugin yarn2 yarn3
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zemd/yarn-plugin-check
- Owner: zemd
- License: mit
- Created: 2021-10-28T08:00:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T08:37:47.000Z (about 3 years ago)
- Last Synced: 2024-10-10T20:40:52.558Z (about 1 month ago)
- Topics: yarn, yarn-plugin, yarn2, yarn3
- Language: TypeScript
- Homepage:
- Size: 901 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yarn-plugin-check
> Plugin that can check(port or exit status of the custom command)
## Usage
Install the plugin:
```sh
yarn plugin import https://raw.githubusercontent.com/zemd/yarn-plugin-check/main/bundles/%40yarnpkg/plugin-check.js
```Check for specific port:
```sh
yarn check --port 80
yarn check --port 80 --host 127.0.0.1
yarn check --port 8080 --message "The given port is in use"
```Checking specific command:
```sh
yarn check --command "exit 1"
```## License
yarn-plugin-check is released under the MIT license.
## Donate
[![](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/red_rabbit)