**NAME** ''dgtools::repo'' - package and command line application for installation of tcl packages directly from github and chiselapp repositories. **DESCRIPTION** ''dgtools::repo'' - is a package for directly downloading folders and packages from github and chiselapp repositories. I is useful if multiple packages are available within a certain repository and the users only like to install one or a few of them. Further a command line interface is available to download specific directories from larger repositories. **LINKS** * Author: [Detlef Groth] * Homepage: https://chiselapp.com/user/dgroth/repository/tclcode/index * Download: https://chiselapp.com/user/dgroth/repository/tclcode/wiki?name=releases (parto of dgtools-zip file) * Manual: https://chiselapp.com/user/dgroth/repository/tclcode/doc/tip/dgtools/repo.html * Version: 0.1 * License: MIT **EXAMPLE** ====== package require tls package require json package require dgtools::repo namespace import dgtools::repo repo github import tcltk tcllib modules/snit repo chiselapp import dgroth tclcode dgw package require snit package require dgw ====== Furthermore this package is a standalone application which allows you to download specific folders from github and chiselapp repositories. Here an example which downloads a folder from github: ====== $ tclsh repo.tcl https://github.com/tcltk/tcllib/tree/master/modules/des des ====== **CHANGES** * 2020-03-22: 0.1 initial version **SEE ALSO** * [github::github] - initial version of this package which has only github support '''Discussion:''' Please discuss here. <> Application | Deployment | Dev. Tools