Skip to content

ambaker1/Tin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tin: A Tcl Package Manager

Installing Tin

First install:

Once Tin and git are installed, upgrading Tin is easy!

package require tin
tin upgrade tin

Available Packages

Tin comes pre-packaged with a database of packages that can be installed directly from GitHub. If a package is not on the list, it can easily be added and then installed as shown below:

package require tin
tin add foo 1.0 https://github.com/username/foo v1.0 install_foo.tcl
tin install foo

Documentation

Full documentation here.