macOS ā—† xterm-256color ā—† fish 435 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

Website | GitHub