https://github.com/kraymer/carcass
Generate carcass of a python project by copying files after having applied code folding.
https://github.com/kraymer/carcass
architecture-visualization
Last synced: over 1 year ago
JSON representation
Generate carcass of a python project by copying files after having applied code folding.
- Host: GitHub
- URL: https://github.com/kraymer/carcass
- Owner: Kraymer
- License: mit
- Created: 2023-01-11T17:44:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T11:57:56.000Z (over 3 years ago)
- Last Synced: 2025-01-28T04:33:38.894Z (over 1 year ago)
- Topics: architecture-visualization
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# carcass
> **/ˈkɑɹkəs/**
>
> *n.* the skeleton or framework of a structure
## Description
Generate carcass of a python project by copying files after having applied code folding.
Think of it as a way to share the overall design of a python project without unveiling the internals (eg to pass a design audit without disclosing the full codebase).

## Usage
~~~
carcass SOURCE DEST
Generate carcass of a python project by applying code folding
before copying .py files
~~~