summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-18 18:01:34 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-18 18:05:36 -0800
commit47083d404090ffe13deb8892d833ff4401d2ed12 (patch)
tree5680581162867d3faaafa90d9085c20c00d14b5e /docs/pages/1 - Intro to Mill.md
parentfc2574baa346f9f75d8926ace8259ad5aa82fd8d (diff)
downloadmill-47083d404090ffe13deb8892d833ff4401d2ed12.tar.gz
mill-47083d404090ffe13deb8892d833ff4401d2ed12.tar.bz2
mill-47083d404090ffe13deb8892d833ff4401d2ed12.zip
Add `mill dev` support to our own build
Also add Ammonite `foo.repl` support to Mill
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 237c7cad..27c58740 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -71,7 +71,11 @@ $ mill foo.run # run the main method, if any
$ mill foo.jar # bundle the classfiles into a jar
-$ mill foo.assembly # bundle classfiles and all dependencies into a jar
+$ mill foo.assembly # bundle classfiles and all dependencies into a jar
+
+$ mill foo.console # start a Scala console within your project
+
+$ mill foo.repl # start an Ammonite REPL within your project
```
You can run `mill resolve __` to see a full list of the different tasks that are