Skip to content

csaunders/gourd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gourd

Gourd is a simple automation tool that will watch for specific file changes in the local directory.

When a matching file is changed the commands specified in your Pumpkin will be executed.

Gourd uses fsnotify and as such should be able to work on any of the major platforms such as Windows, Linux and Mac.

Example Usage

Here is an example of a Pumpkin

{
  "pattern": ".*.go",
  "commands": [
    "go test"
  ]
}

Why are the files called Pumpkin?

Because pumpkins are a type of gourd.

About

Command Automation Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages