Skip to content

divyanshyadav/watch-to-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch to Run

npm version

Its a command-line tool that watches the given file for changes and executes it after that.

Installation

    $ npm install -g watch-to-run

Usage

    $ watchtorun <runner> <file> 

    eg. watchtorun 'npx babel-node' ./file.js
    eg. watchtorun node ./file.js

About

A simple CLI that watches the given file for changes and executes it.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published