aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-10-17 06:30:24 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-13 15:27:32 -0500
commit44a146382d46c1753fc2d8797c7c277ab893a0b8 (patch)
tree293b577d475f9753b16ba5ccc36593d38c19dd2e /README.md
parent9664f3e22156ab159e310f31720082b417dcf03e (diff)
downloadcbt-44a146382d46c1753fc2d8797c7c277ab893a0b8.tar.gz
cbt-44a146382d46c1753fc2d8797c7c277ab893a0b8.tar.bz2
cbt-44a146382d46c1753fc2d8797c7c277ab893a0b8.zip
add productivity tips to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index c22b5e6..ea56f45 100644
--- a/README.md
+++ b/README.md
@@ -486,3 +486,13 @@ It preserves same structure as in SBT (https://www.scala-js.org/doc/project/cros
* No support for jsDependencies:
It means that all 3rd party dependencies should added manually, see scalajs build example
* No support for test
+
+
+CBT productivity hacks
+----------------------
+
+only show first 20 lines of type errors to catch the root ones
+```
+cbt c 2>&1 | head -n 20
+``
+