bleep build new
scaffold a new bleep workspace in the current directory: bleep.yaml, a project, a sibling test project, hello-world source
Synopsis
bleep build new <wanted project name> [flags]
Arguments
| Argument | Type |
|---|---|
wanted project name | one |
Flags
| Flag | Description |
|---|---|
--lang, -l <string> | specify language: java, kotlin, or scala (default: scala) |
--platform, -p <platform name> (repeatable) | specify wanted platform(s) (Scala only) |
--scala, -s <scala version> (repeatable) | specify scala version(s) (Scala only) |