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 0c9bfe2f76 Using this style to read the .json 3 days ago
config Using this style to read the .json 3 days ago
.gitignore Initial commit to start things off. 3 days ago
.ozai.json Switch to using json for a 'no dependencies' project. 3 days ago
Makefile Basic running different commands from config file. 3 days ago
README.md Initial commit to start things off. 3 days ago
go.mod Basic running different commands from config file. 3 days ago
go.sum Basic running different commands from config file. 3 days ago
main.go Switch to using json for a 'no dependencies' project. 3 days 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.