Description:

The 'quails new' command creates a new Quails application with a default
directory structure and configuration at the path you specify.

You can specify extra command-line arguments to be used every time
'quails new' runs in the .quailsrc configuration file in your home directory.

Note that the arguments specified in the .quailsrc file don't affect the
defaults values shown above in this help message.

Example:

quails new ~/Code/Ruby/weblog

This generates a skeletal Quails installation in ~/Code/Ruby/weblog.