Version 9 of Inspecting Your New Starkit

Updated 2008-08-04 19:34:59 by escargo

inspecting your gift

What are starkits doing when you do the following in your top-level main.tcl file:

  package require starkit
  starkit::startup
  package require app-hello

Look inside the box:

  cp tclkit tcopy
  sdx unwrap tcopy

Now look at "tcopy.vfs/lib/vfs/*.tcl" to see what is going on inside; it is all plain Tcl]; no magic ;)

Thanks a lot jcw!