tiversion
v0.1.3
Published
titanium sdk version tools
Downloads
2
Readme
tiversion
A simple script that returns the titanium version of the project in the current directory.
Can be used, e.g. with zsh so the version is in the prompt.
For example:
Install
sudo npm install -g tiversion
To add to zsh, e.g. add the following to your PROMPT:
$fg[cyan] $(echo "("`tiversion`")")
(See my dotfiles repo if you want my full zsh theme.)