sbt, the interactive build tool
Go to file
Eugene Yokota ed8034f12d Bump IO 2017-04-04 23:55:39 -04:00
internal Drop (out-X) from the log output 2017-04-04 14:15:01 +01:00
project Bump IO 2017-04-04 23:55:39 -04:00
.gitignore Add target/ to .gitignore 2016-04-07 12:47:36 +02:00
.java-version Scala 2.12 2016-12-22 11:59:00 -05:00
.travis.yml Scala 2.12 2016-12-22 11:59:00 -05:00
CONTRIBUTING.md Using doge to release correctly 2015-09-05 01:42:34 -04:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md readme 2015-08-20 01:02:40 -04:00
build.sbt Cross publish utilCollection 2017-04-03 03:20:36 -04:00

README.md

utility modules for sbt

cd sbt-modules/util-take2
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- build.sbt LICENSE NOTICE interface util/appmacro util/collection util/complete util/control util/log util/logic util/process util/relation cache' --prune-empty
git reset --hard
git gc --aggressive
git prune