Skip to content

Commit c37dc0a

Browse files
committed
just run, just urls, ...
1 parent 3f2e0cb commit c37dc0a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

justfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)