summaryrefslogtreecommitdiff
path: root/readme.md
Commit message (Collapse)AuthorAgeFilesLines
...
* add command line examples to readme.mdrockjam2018-01-101-0/+65
|
* Remove `--repl` flag, running `mill` without a task selector now drops you ↵Li Haoyi2018-01-071-2/+2
| | | | into a REPL just like SBT
* readme: Fix typos (#92)Tim Nieradzik2018-01-011-4/+4
|
* readme: Fix Gitter badge (#90)Tim Nieradzik2018-01-011-1/+1
|
* Update readme.mdLi Haoyi2017-12-311-1/+4
|
* fix #57 implement eval function to evaluate multiple tasks via replrockjam2017-12-311-0/+5
|
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-301-41/+41
| | | | | | | | `ScalaPlugin` -> `scalalib`, to avoid confusion with Scala compiler plugins `ScalaModule` -> `module`, to be used via `scalalib.Module`, avoid unnecessary duplication in th name prefix `plugin` -> `moduledefs`, to more accurately describe what it does (since it includes `Cacher` as well)
* some docs for the out/ folderLi Haoyi2017-12-301-0/+28
|
* Make use of `T.command`s `T.ctx().dest` in `ScalaPlugin#test.test` and ↵Li Haoyi2017-12-301-0/+10
| | | | `forkTest`, and allow users to dump the structured JSON test results via `--show`
* Re-organize `out/` directory to keep all files related to a particular ↵Li Haoyi2017-12-291-6/+6
| | | | `Target` within a single folder
* get --repl working with bin/test:runLi Haoyi2017-12-281-1/+2
|
* update readme: remove `run` from command line examples (#82)Nikolay Tatarinov2017-12-271-8/+8
|
* Simplify manual testing using SBTLi Haoyi2017-12-261-4/+12
|
* Bump Ammonite version in `build.sc` to fix upickle bugLi Haoyi2017-12-171-2/+2
| | | | Move `assembly`/`releaseAssembly` targets out of the stub `ScalaModule`, to take advantage of the new top-level `Target` support
* Move assemble to a separate moduleRoman Timushev2017-12-131-11/+11
|
* `Core.compile()` now works in the build REPLLi Haoyi2017-12-101-0/+55
|
* Update readme.mdLi Haoyi2017-12-081-0/+3
|
* Update self-hosting instructions (#41)Tin Pavlinic2017-12-061-3/+3
|
* Tweak readme, fix SBT executable assembly prefixLi Haoyi2017-11-271-0/+151
|
* add link to Deprecating the Observer PatternLi Haoyi2017-11-251-0/+3
|
* Streamline cross-build Scala syntax to avoid the unnecessary `List(...)` wrapperLi Haoyi2017-11-251-2/+22
|
* First pass at simplifying test suite definition & runningLi Haoyi2017-11-251-1/+2
| | | | | | Added a `TaskModule` subclass of `Module`, which delegates to a `self` task that you can run directly from bash Fixed `GenIdea` to fix reversing of module path in generating module name
* First pass at simplifying test suite definition & runningLi Haoyi2017-11-251-1/+1
| | | | Fixed `GenIdea` to fix reversing of module path in generating module name
* add release criteriaLi Haoyi2017-11-241-1/+24
|
* more readme tweaksLi Haoyi2017-11-241-9/+6
|
* more readme tweaksLi Haoyi2017-11-241-0/+72
|
* tweak readmeLi Haoyi2017-11-241-6/+18
|
* add logo & generating scriptLi Haoyi2017-11-231-1/+1
|
* tweak readmeLi Haoyi2017-11-221-0/+210