macOS
ā¢
xterm-256color
ā¢
fish
566 views
Scaffolding of demo project with Clifold ā š A CLI tool for scaffolding any Python Projects š
The file structures are as below.
demo-venv
|-- bin
|-- lib
|-- include
|-- pyvenv.cfg
|-- demo
|-- demo
|-- __init__.py
|-- main.py
|-- tests
|-- __init__.py
|-- test_main.py
|-- .gitignore
|-- MANIFEST.in
|-- README.md
|-- setup.py