I want to get this to a place so for most projects you can just clone the repo and run $ strappy, which do any necessary bootstrapping and start the server. When you run $ strappy again after the project is already bootstrapped, it will just start the server.
This will require that all the bootstrap commands have a shortcut for checking, similar to bundle check.
I want to get this to a place so for most projects you can just clone the repo and run
$ strappy
, which do any necessary bootstrapping and start the server. When you run$ strappy
again after the project is already bootstrapped, it will just start the server.This will require that all the
bootstrap
commands have a shortcut for checking, similar to bundle check.