0.0.3 • Published 11 years ago

reload-cli v0.0.3

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

Reload CLI: A command to reload your command when file changes.

Installation

npm install -g reload-cli
echo complete -o filenames -F _root_command reload >> ~/.bashrc

You may need sudo to run npm. The second line is to make auto-completion work.

Usage

reload python script.py b.py

For example, you want to run python file.py b.py frequently to see the result, as you write the script. reload will read the paramaters as ['script.py', 'b.py'], if the paramater points to a file, reload will watch it. Then, the command restarts when file changes are caught.

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

12 years ago