honcho 是一个 task runner,Procfile 是它的配置文件。
$ cat Procfile web: python manage.py runserver fe: npm start
honcho start
honcho start web
honcho run python