Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T16:23:01.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T09:43:52.657Z (about 2 months 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
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg?maxAge=2592000)](https://raw.githubusercontent.com/aappddeevv/bloop-watch/master/LICENSE)
MIT