After installation, you can say:
cd ~/public_html
mkprogram PROGRAM-NAME
This will create a directory named PROGRAM-NAME (or whatever
you use as a parameter), and populate it with some initial files.
You will then need to edit the files as needed to create and document
your program. See the Todo file created for things you will
need to do.
You can pick up the entire archive for version v0.01. This contains all of the files mentioned on this page.
Once you have the tar file, you will need to extract and build it. Do something like the following:
cd mkdir mkprogram tar xvfz mkprogram-0.01.tar.gz cd mkprogram-0.01 make