share: add man for nitrestful
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 29 Nov 2015 13:47:59 +0000 (08:47 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sun, 29 Nov 2015 13:47:59 +0000 (08:47 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

share/man/nitrestful.md [new file with mode: 0644]

diff --git a/share/man/nitrestful.md b/share/man/nitrestful.md
new file mode 100644 (file)
index 0000000..0968830
--- /dev/null
@@ -0,0 +1,19 @@
+# NAME
+
+nitrestful - generates boilerplate code to relay RESTful request to static Nit methods
+
+# SYNOPSIS
+
+nitrestful [*options*]... FILE
+
+# OPTIONS
+
+### `-o`, `--output`
+Output file (can also be 'stdout').
+
+### `--dir`
+Output directory.
+
+# SEE ALSO
+
+The Nit language documentation and the source code of its tools and libraries may be downloaded from <http://nitlanguage.org>