Skip to content

kaleocheng/kanna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanna

Kanna is a tiny tool inspired by nodemon. It watches the files in the directory in where Kanna started or by your specify, so if any files change, Kanna automatically restarts your command.

Quick start guide

Install

go get github.com/kaleocheng/kanna

Usage

# simple run go build
kanna go build

# with flags, you can use ""
kanna "go build -v"

kanna node app.js

Acknowledgements

Special thanks go to beego/bee, nathany/looper and gohugoio/hugo, from those projects, I gained a lot.