Classes
ScaffoldError
0
▼
Raised when a scaffold cannot be created.
ScaffoldError
0
▼
Raised when a scaffold cannot be created.
Functions
scaffold
2
Path
▼
Create a new milo CLI project at ``target_dir / name``.
scaffold
2
Path
▼
def scaffold(name: str, target_dir: Path) -> Path
Parameters
| Name | Type | Description |
|---|---|---|
name |
str |
Project name. Must match |
target_dir |
Path |
Parent directory in which the project dir is created. |
Returns
Path