fswatchを使うと楽っぽい。 $ brew install fswatch $ fswatch . | xargs -n1 -I{} gofmt -w {} gofmt -w だと、stdoutに出力せずに直接対象ファイルに書き込まれる。
--reloadオプションがバージョン19.0からサポートされたので、このような感じで起動するとローカルの開発サーバとして使える。gunicorn --access-logfile - --reload -b 127.0.0.1:3000 -w 1 app:app
Quote saved.
Login to quote this blog
Failed to save quote. Please try again later.
You cannot quote because this article is private.