pnacl: remove target and related projects
[nit.git] / share / man / nitpackage.md
1 # NAME
2
3 nitpackage - provide useful features to manage Nit packages.
4
5
6 # SYNOPSIS
7
8 nitpackage [*options*] FILE...
9
10
11 # DESCRIPTION
12
13 `nitpackage` provide packages related features.
14
15 For now, only one thing is implemented: the *package expansion*.
16
17 ## Expanding packages
18
19 The `--expand` option is used to move singleton packages in their own directory.
20
21 For example, to move all singleton packages from `lib/` into directories, one can
22 use the following command.
23
24 ~~~sh
25 nitpackage --expand lib/
26 ~~~
27
28 # OPTIONS
29
30 ### `--expand`
31 Move singleton packages to their own directory.
32
33 ### `-h`, `-?`, `--help`
34 Show Help (the list of options).