thor - Scripting framework for command line utilities
Contents
Commands
help [TASK]
Describe available tasks or the specified task
installNAME
Install an optionally named Thor file into your system tasks
installed
List the installed Thor modules and tasks
list [SEARCHTERM]
List the available thor tasks (--substring means .*searchterm)
uninstallNAME
Uninstall a named Thor module
updateNAME
Update a Thor file from its original location
version Show Thor version
Description
Thor is a scripting framework designed for command line utilities. It is supposed to be a replacement
for rake, sake and rubigen.
Name
thor - Scripting framework for command line utilities
See Also
The Thor website: http://whatisthor.com/
The Thor wiki: https://github.com/wycats/thor/wiki
Synopsis
thor help [TASK]
thor install NAMEthor installed
thor list [SEARCHTERM]
thor uninstall NAMEthor update NAMEthor version
