new [options] filename [template]
New_proj is a program to generate the files neccessary to begin a new project.
New_proj first looks for templates in ~/.new/projects. Second, new looks for templates in <datadir>/new/projects, where datadir is defined by autoconf. This directory is usually /usr/local/share or /usr/share.
The projects directory contains several files describing different types of projects. Each file is a set of lines containing filenames and an optional template names.
${datadir}/new/projects System-wide project directory. ~/.new/projects User specific project directory.