8000 GitHub - botandrose/automaker: Not autotest, not autospec, but automake(r)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

botandrose/automaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automaker

This tool is inspired by autotest/autospec and automatically calls make when something changes in the directory it monitors. I added the ‘r’ in automakeR because I don’t want to clash with GNU automake.

Prerequisites and dependencies

Since it uses the FSEvents API it only works on Mac OS X and it requires the fsevents gem. See Installing.

Installing

It’s on gemcutter so just do:

$ sudo gem install fsevents automaker

Using

Specify the path to watch and the patterns to look for in filenames of changed files:

$ automaker /path/to/watch .tex .whatever

Todo

  • make it return a proper exit code

  • make it react to ctrl-c autospec-style

    • ctrl-c c to make clean

    • ctrl-c a to make all

    • ctrl-c ctrl-c to exit

About

Not autotest, not autospec, but automake(r)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0