The project is still work in progress.
Is possible to generate a working danger-kotlin instance from the code that is currently on this repo, but is not ready to be distributed yet.
If you want to try it:
- clone the project
- run
curl -s "https://get.sdkman.io" | bash
source ~/.bash_profile
sdk install kscript
sdk install gradle 4.10
sdk install kotlin
npm install -g danger- run
make install - now you can run
danger command
danger-kotlin ci- Use this on CIdanger-kotlin pr https://github.com/Moya/Harvey/pull/23- Use this to build your Dangerfiledanger-kotlin local- Use this to run danger against your local changes from masterdanger-kotlin edit- Creates a temporary project for working on a Dangerfile (Requires IntelliJ IDEA)