Index: packages/barback/README.md |
diff --git a/packages/barback/README.md b/packages/barback/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..314b8327e330c99067fdc56453d8f33760b0e15f |
--- /dev/null |
+++ b/packages/barback/README.md |
@@ -0,0 +1,12 @@ |
+Barback is an asset build system. It is the library underlying |
+[pub](http://pub.dartlang.org/doc/)'s asset transformers in `pub build` and |
+`pub serve`. |
+ |
+Given a set of input files and a set of transformations (think compilers, |
+preprocessors and the like), it will automatically apply the appropriate |
+transforms and generate output files. When inputs are modified, it automatically |
+runs the transforms that are affected. |
+ |
+To learn more, see [here][]. |
+ |
+[here]: http://pub.dartlang.org/doc/assets-and-transformers.html |