scaffold()
Scaffold a new project structure.
Usage
scaffold(name)Parameters
name: str-
The name of the project to scaffold.
Returns
dict-
A dictionary with the scaffolded project structure.
Examples
>>> scaffold("my-project")
{'name': 'my-project', 'created': True}