ecmr

0.0.1 • Public • Published

ECMR - ETERNAL COMMANDLINE RUNNER

is a simple,small script to run any commands at interval of 1 second or one 
provided,meaning you can go code away knowing that you build files will update with 
changes every second and without having to worry so much or move endlessly back and forth.

Example:

1. To simple run ls(list directory command) every 3 seconds
	
		$: ecmr -c "ls" -t 3
	
	or running git push every 30 seconds
	
		$: ecmr -c "git push origin master" -t 30

Arguments:

	-c or -command: specify the one-time running command to run in interval
	-t or -timeout: specify the interval to run the command(specify in seconds)

/ecmr/

    Package Sidebar

    Install

    npm i ecmr

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • influx6