1NEW_PROJ(1) NEW_PROJ(1)
2
3
4
6 new_proj - create a new project
7
9 19 July 1999
10
11
12
13
14
15
16
17
18
19
20 new [options] filename [template]
21
22
23
24
26 New_proj is a program to generate the files neccessary to begin a new
27 project.
28
29
30 New_proj first looks for templates in ~/.new/projects. Second, new
31 looks for templates in <datadir>/new/projects, where datadir is defined
32 by autoconf. This directory is usually /usr/local/share or /usr/share.
33
34
35 The projects directory contains several files describing different
36 types of projects. Each file is a set of lines containing filenames and
37 an optional template names.
38
39
41 -h, --help
42 Print a list of options
43
44
45 -f, --force
46 Overwrite any existing files
47
48
49 -l, --list
50 List projects available
51
52
53 -g, --global
54 Use global projects instead of personal ones
55
56
57
59 ${datadir}/new/projects System-wide project directory. ~/.new/projects
60 User specific project directory.
61
62
64 E-Mail <new_proj@flyn.org>
65
66
67 HTTP Flyn Computing: http://www.flyn.org
68
69
70
71
72
73 NEW_PROJ(1)