1.0.3 • Published 9 years ago

tiker v1.0.3

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

tiker

Watch any changes in your file or directory and automatically execute entered command.

Useful for development.

Installation

install via npm

npm install -g tiker

Usage

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

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago