Skip to content

watch multiple files, directories and run commands accordingly, a multi modular build tool in few lines of bash

Notifications You must be signed in to change notification settings

coderofsalvation/watchmakers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Usage

$ watchmakers '/foo/bar/src:make' '/foo/bar/node_modules/flop:npm run-script compile'

                _/_    /                /            
     , , , __.  /  _. /_  ______  __.  /_  _  __  _  
    (_(_/_(_/|_<__(__/ /_/ / / <_(_/|_/ <_</_/ (_/_)_
                                                     
    -> Press Ctrl+\\ to force build, Ctrl+C to exit.
    -> watching ""


    watching '/foo/bar/src'
    watching '/foo/bar/node_modules/flop'

    ʕ • x • ʔ
    change detected!
+ cd /foo/bar/node_modules/flop
+ npm run-script compile

    ʕ • x • ʔ

Features

In contrast to most 'watch' utilities, this bashscript allows:

  • watching multiple dirs
  • directory related build command
  • adorable animation

About

watch multiple files, directories and run commands accordingly, a multi modular build tool in few lines of bash

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages