https://github.com/aappddeevv/bloop-watch
Starts a bloop compile with the -w parameter and then reacts to compilation status.
https://github.com/aappddeevv/bloop-watch
Last synced: about 1 year ago
JSON representation
Starts a bloop compile with the -w parameter and then reacts to compilation status.
- Host: GitHub
- URL: https://github.com/aappddeevv/bloop-watch
- Owner: aappddeevv
- License: mit
- Created: 2020-03-15T15:50:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T16:23:01.000Z (over 6 years ago)
- Last Synced: 2025-02-10T05:26:01.217Z (over 1 year ago)
- Language: Scala
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bloop-watch
Watch for bloop compile completion status then react to the compilation status.
Arguments:
* --onSuccess COMMAND
* --onFailure COMMAND
* --onCompilationComplete COMMAND
* --noColors Colored output on supported terminals. Add this argument to prevent it.
* --noClear By default, clears the screen before reporting. Add this argument to prevent it.
## Install
Install using coursier as follows:
```sh
// description here
```
You should create a native image though by cloning the repo and using graal native-image:
```sh
git clone https://github.com/aaappddeevv/bloop-watch.git
cd bloop-watch
sbt graal-native-image:packageBin
```
## Usage
From the command line:
```sh
bloop-watch --onSuccess "do something"
```
## Other
The build server protocol (BSP) is documented here: https://github.com/build-server-protocol/build-server-protocol.
## License
[](https://raw.githubusercontent.com/aappddeevv/bloop-watch/master/LICENSE)
MIT