Tools and utilities
Woof! provides several tools and utilities that aid in the development process. This chapter describes these tools.
These tools are generally implemented as Tcl scripts in the scripts subdirectory and are invoked as
~/woof> tclsh scripts/SCRIPTFILE arguments
If on Unix/Linux, you may also directly invoke the script itself
~/woof> scripts/SCRIPTFILE arguments
For this latter to work, the
installer install
command in the
Woof! distribution must have first been run as that adds appropriate
shebang lines to the script files to invoke the correct Tcl interpreter.