An alternative to Air that just does the one thing Air should be doing. No hugo. No forced upgrades to random Go version. Just run processes and restart on builds.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zed A. Shaw 7eff8412f3 Switch to using json for a 'no dependencies' project. 1 year ago
config Switch to using json for a 'no dependencies' project. 1 year ago
.gitignore Initial commit to start things off. 1 year ago
.ozai.json Switch to using json for a 'no dependencies' project. 1 year ago
Makefile Basic running different commands from config file. 1 year ago
README.md Initial commit to start things off. 1 year ago
go.mod Basic running different commands from config file. 1 year ago
go.sum Basic running different commands from config file. 1 year ago
main.go Switch to using json for a 'no dependencies' project. 1 year ago

README.md

Ozai the Air Killer

Ozai just does the minimal thing you want in a process watcher/restarter:

  1. Start thing.
  2. Watch thing.
  3. Restart thing.

No random ass Hugo includes. No forced upgrades to the latest possible Go. No randomly included entire web interfaces for no reason. Just the simplest thing needed for the task and no more.