From 47083d404090ffe13deb8892d833ff4401d2ed12 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 18 Feb 2018 18:01:34 -0800 Subject: Add `mill dev` support to our own build Also add Ammonite `foo.repl` support to Mill --- docs/pages/1 - Intro to Mill.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/pages/1 - Intro to Mill.md') 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 -- cgit v1.2.3