## scaffold()


Scaffold a new project structure.


Usage


``` python
scaffold(name)
```


## Parameters


`name: str`  
The name of the project to scaffold.


## Returns


`dict`  
A dictionary with the scaffolded project structure.


## Examples

``` python
>>> scaffold("my-project")
```

{'name': 'my-project', 'created': True}
