aboutsummaryrefslogtreecommitdiff
path: root/src/tooling/init.pk
blob: 1e7c189f2e86629efc454cd5aa13ee03103a20d8 (plain) (blame)
1
2
3
4
5
6
7
# Initializes a new Puck project in the current or passed directory.

pub func main(args: varargs[str]) =
  # Check if the directory is non-empty, and prompt the user
  ...

func init(path: Path): Result[Unit, ref Err] = ...