CLI
Parameters:
Name | Type | Description | Default |
---|---|---|---|
type |
str
|
Which kinds of project structure you want to create. |
required |
name |
str
|
The name for your python project. |
required |
demo |
bool
|
Create a demo python project. |
required |
Source code in pystru/cli.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|