summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
Commit message (Collapse)AuthorAgeFilesLines
* 0.3.80.3.8Li Haoyi2019-05-191-2/+2
|
* 0.3.70.3.7Li Haoyi2019-05-191-2/+2
|
* Documentation around artifact name for publishingNathan Fischer2019-04-051-0/+3
| | | | Added a line to the documentation on how to change the artifact id. Updated the scaladoc on JavaModule to explain the difference between artifactName and artifactId.
* Add FreeBSD installation instructions (#559)Mateusz Piotrowski2019-02-231-0/+8
|
* PublishModule: add --gpgKeyName flag (#530)lxohi2019-01-211-2/+4
| | | | | | * PublishModule: adds gpgKeyName flag * 1 - Intro to Mill.md: usage sample of publish updates for gpgKeyName
* 0.3.60.3.6Li Haoyi2019-01-171-2/+2
|
* update-readmeLi Haoyi2018-11-191-2/+2
|
* 0.3.4Li Haoyi2018-11-061-2/+2
|
* 0.2.80.2.8Li Haoyi2018-09-211-4/+9
|
* 0.2.70.2.7Li Haoyi2018-08-271-2/+2
|
* Visualize plan (#409)Joseph K. Strauss2018-08-161-1/+1
| | | | | | * Add VisualizePlan.svg to docs build * Use simpler graph
* Make visualizePlan work with external modules (#406)Joseph K. Strauss2018-08-101-7/+5
|
* Visualize Plan (#404)Joseph K. Strauss2018-08-081-0/+23
| | | | | | | | | | | | | | * Make necessary import changes * Refactor to allow calling internally w/o println * Refactor to allow multiple visualize modes * Add new visualizaPlan grap entire plan * Remove and alphabetize imports * Document visualizePlan
* update installation instructions for 0.2.6Li Haoyi2018-07-301-2/+2
|
* 0.2.50.2.5Li Haoyi2018-07-221-2/+15
| | | | | | tweak-readme reduce polling frequency of BackgroundWrapper
* Issue #314; port sbt-updates to mill (#340)Guillaume Galy2018-07-141-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | * Implement basic dependency resolution * Implement basic dependency versions resolution (Maven only) * refactor dependency updates code * add resolution of updated dependencies * remove dependency on locally-built coursier * dependency updates output formatting * Add 'allowPreRelease' option * start adding tests * Add more tests * Add documentation * Cleanup code * rewrite version parser to use fastparse
* Merge branch 'master' of github.com:lihaoyi/mill0.2.4Li Haoyi2018-07-061-0/+13
|\
| * Add scoop as installation option for Windows (#377)Martin Mauch2018-06-281-0/+6
| |
| * Add Docker instructions (#369)Martin Mauch2018-06-101-0/+7
| |
* | 0.2.4Li Haoyi2018-07-061-2/+2
|/
* fix download url typo (#366)Alexey Pozdnyakov2018-06-081-1/+1
|
* Fixed typos, wordings, formatted examples (#365)Sakib Hadžiavdić2018-06-061-12/+13
|
* add mill plan to the docsLi Haoyi2018-06-031-4/+27
|
* update-docsLi Haoyi2018-06-031-2/+2
|
* 0.2.30.2.3Li Haoyi2018-06-021-5/+57
|
* 0.2.20.2.2Li Haoyi2018-05-201-2/+2
|
* fix windows download linkLi Haoyi2018-05-201-2/+3
|
* 0.2.10.2.1Li Haoyi2018-05-201-1/+1
|
* - Update changelog in preparation for 0.2.1Li Haoyi2018-05-201-0/+34
| | | | | | - Clean up root `readme.md` to remove duplication with the `docs/` folder - Bump zinc version
* [WIP] Fixes #227; add `mill clean` (#315)Guillaume Galy2018-05-161-0/+20
| | | | | | | | | | | | | | | | * Adding clean as a default task * [WIP] Improve 'clean' paths resolution * Improve clean targets resolution mechanism * fix error on clean all * update "clean all" to keep all 'out/mill-*' paths * fix cross module resolution in clean task * Add documentation for "clean" task
* update docs about scala modules publishingrockjam2018-04-301-2/+2
|
* rename modules scalaworker -> scalalib.worker, client -> main.clientLi Haoyi2018-04-121-1/+1
|
* update readmeLi Haoyi2018-04-111-2/+2
|
* Fix docs re: GenIdea/idea command (#296)Artem Pyanykh2018-04-111-1/+1
|
* Add some documentation regarding bootstrapping. (#295)grebe2018-04-111-0/+1
| | | Mill unstable releases should be used for bootstrapping.
* Updated Windows and Manual installation doc.Robby2018-04-101-9/+7
|
* update changelog for 0.2.00.2.0Li Haoyi2018-04-101-7/+51
|
* improve docs on unstable releases (#288)Francis De Brabandere2018-04-091-3/+5
|
* fix minor typos in docsrockjam2018-04-071-5/+3
|
* update doc download-link to 0.1.7Li Haoyi2018-03-251-1/+1
|
* Update 1 - Intro to Mill.md (#242)Ryan Williams2018-03-181-2/+2
|
* Rename 'describe' to 'inspect' in the docs, following 6336860 (#235)Gabriele Petronella2018-03-171-16/+16
|
* update readme and CI to 0.1.6rockjam2018-03-141-1/+1
|
* update readme and CI configuration to mill 0.1.5rockjam2018-03-131-1/+1
|
* Update 1 - Intro to Mill.md (#218)benjaminfrank2018-03-101-0/+8
|
* adds arch linux package to doc/install (#194)Christian Krause2018-03-041-0/+16
| | | also adds some headers to distinguish the different installation methods
* update readmeLi Haoyi2018-03-031-1/+1
|
* Add dsl for SCM (now called VersionControl) (#168)Guillaume Massé2018-02-281-4/+1
| | | The scm url syntax is a source of confusion for developper. I added VersionControl.github() to simplify this process. We can add other common VersionControl url scheme like Bazar, etc.
* force build REPL to be run using -i/--interactiveLi Haoyi2018-02-261-1/+1
|
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-261-3/+1
| | | | | | * Add predefined licenses from spdx * Fix License usages