Skip to content

team-kaba/waddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

waddle

waddle is a simple task runner based on json syntax. You can define and describe your tasks in json file waddle.json and execute them with waddle command.

waddle.json is like below.

{
	"tasks": [
		{
			"hello": {
				"cmd": "echo hello",
				"comment": "say hello"
			}
		},
		{
			"goodbye": {
				"cmd": "echo goodbye",
				"comment": "say good bye"
			}
		}
	]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages