Merge: doc: fixed some typos and other misc. corrections
[nit.git] / share / man / nitrestful.md
1 # NAME
2
3 nitrestful - generates boilerplate code to relay RESTful request to static Nit methods
4
5 # SYNOPSIS
6
7 nitrestful [*options*]... FILE
8
9 # OPTIONS
10
11 ### `-o`, `--output`
12 Output file (can also be 'stdout').
13
14 ### `--dir`
15 Output directory.
16
17 # SEE ALSO
18
19 The Nit language documentation and the source code of its tools and libraries may be downloaded from <http://nitlanguage.org>