save-cli
save-cli copied to clipboard
Universal test framework for cli tools [mainly for code analyzers and compilers]
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.10.2` -> `5.14.1` | [](https://docs.renovatebot.com/merge-confidence/) |...
For now we have a very pure information about general process of execution of some examples and its configuration We have an directory with examples `examples/kotlin-diktat`, but it's not fully...
All flags and types of execution should be documented. Now it's very stale
All flags and types of execution should be documented. Now it's very stale
All flags and types of execution should be documented. Now it's very stale
For now we publish extra artifact, for example on macos we also publish mingw, however it's already done by linux Probably could be done via `matrix.os` and commands `publishKotlinMultiplatform...`, `publishMingwX64Publication...`...
We build `save-common` for JS, since we need plugin configurations on frontend. But ProcessBuilder and file system methods are not implemented for JS. Need to resolve these exception. We can...
Need also to generate the template for cli app
As ProcessBuilder seems very convenient to use in save-cloud due to its multiplatform possibilities and nice interface it might be good idea to move it to external lib and reuse...