We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2e0cb commit c37dc0aCopy full SHA for c37dc0a
justfile
@@ -0,0 +1,14 @@
1
+## See https://github.com/casey/just
2
+## Install with $ brew install just
3
+test:
4
+ ./gradlew :kotlin-testing:test
5
+run:
6
+ ./gradlew :kotlin-jvm:run
7
+github:
8
+ open https://github.com/LouisCAD/kotlin-libraries-playground/
9
+issues:
10
+ open https://github.com/LouisCAD/kotlin-libraries-playground/issues
11
+prs:
12
+ open https://github.com/LouisCAD/kotlin-libraries-playground/pulls
13
+urls: github issues prs
14
+ echo "URLs opened"
0 commit comments