Closed elgusy closed 6 years ago
Checks if it is an obelisk project (created with ob init). If it is the case dispatches the appropriate repl command (ob repl) in an appropriate project root directory.
ob init
ob repl
I messed up indentation, so closed this and recreated a new, clean one. https://github.com/jyp/dante/pull/93
Checks if it is an obelisk project (created with
ob init
). If it is the case dispatches the appropriate repl command (ob repl
) in an appropriate project root directory.