diff options
author | Ben Sima <ben@bsima.me> | 2019-11-02 18:32:10 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-02 18:32:10 -0700 |
commit | 74d51b4e8ec57cf9bf038c260fe52a3f9aeb2736 (patch) | |
tree | c94a7cf4dd069eb97bb509cb5bee32f15e9ba32c /README.md | |
parent | 85b07273a23e2c29926f7575da0d938345c58c3f (diff) |
add rise script to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -37,6 +37,10 @@ And to deploy: These three common tasks are captured in the `./bild`, `./ghci`, and `./push` scripts. +There's also a `./rise` script which builds and runs an app. I use it like: + + ag -l | entr -r ./rise Com.InfluencedByBooks + # Goals of the developer workflow: - have minimal ceremony @@ -55,6 +59,8 @@ We should never need "out of office" email auto-replies, or urgent contact. No pager duty, no daily stand-ups. Yes, this policy will affect what code we write, not just how we write it; that is by design. +TODO: + ## Org ## Git |