1.0.3 • Published 11 years ago
tiker v1.0.3
tiker
Watch any changes in your file or directory and automatically execute entered command.
Useful for development.
Installation
install via npm
npm install -g tikerUsage
tiker [file or directory to watch] [command to execute]Use Cases
tiker makes development easier to skip repeated command typing work for compiling and interpreting and others.
###C Programming
tiker hello.c 'gcc hello.c && ./a.out'###Python Programming
tiker hello.py 'py hello.py'###Node.js Programming
tiker hello.js 'node hello.js'OR use nodemon instead.
##License
MIT