aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes_rudolph@gmx.de>2012-10-16 14:31:40 +0200
committerJohannes Rudolph <johannes_rudolph@gmx.de>2012-10-16 14:31:40 +0200
commitba2c07117f197c77f943808850054a03c0c23452 (patch)
treebbebf9dd0dbe3fdd9d9db2bd188c8780dd312357 /notes
parentd38c64d4a5fa32b936e86cdb58c4ec20e82fb1dc (diff)
downloadsbt-boilerplate-ba2c07117f197c77f943808850054a03c0c23452.tar.gz
sbt-boilerplate-ba2c07117f197c77f943808850054a03c0c23452.tar.bz2
sbt-boilerplate-ba2c07117f197c77f943808850054a03c0c23452.zip
herald notes
Diffstat (limited to 'notes')
-rw-r--r--notes/0.5.0.markdown1
-rw-r--r--notes/about.markdown8
2 files changed, 9 insertions, 0 deletions
diff --git a/notes/0.5.0.markdown b/notes/0.5.0.markdown
new file mode 100644
index 0000000..0dbcc08
--- /dev/null
+++ b/notes/0.5.0.markdown
@@ -0,0 +1 @@
+Initial release. \ No newline at end of file
diff --git a/notes/about.markdown b/notes/about.markdown
new file mode 100644
index 0000000..0a43cbd
--- /dev/null
+++ b/notes/about.markdown
@@ -0,0 +1,8 @@
+[sbt-boilerplate][] is an [SBT][] plugin that generates stubs for code which has to be expanded
+for all numbers of arguments from 1 to 22. This is sometimes necessary to support
+all of the `TupleX` or `FunctionX` types generically.
+
+The plugin defines a simple template language for this purpose.
+
+ [sbt-boilerplate]: https://github.com/sbt/sbt-boilerplate
+ [SBT]: https://github.com/harrah/xsbt/wiki