Set of scripts to handle class diagrams and generate code skeletons
Diffusion code_skeleton (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
6ca1596d8651 | anciaux | Merge branch 'main' of github.com:anciaux/code_skeleton | Nov 2 2023 | ||||
fac732137ebd | anciaux/GitHub | Initial commit | Nov 2 2023 | ||||
dfd77d4ce3c8 | anciaux | cleaning | Nov 2 2023 | ||||
c14532198e43 | anciaux | saving lock | Nov 2 2023 | ||||
d1f1eab292b6 | anciaux | preparing the app and making it poetry | Nov 2 2023 | ||||
f0cfc4607ed9 | anciaux | rearrange | Nov 2 2023 | ||||
d3d3ff8ef821 | anciaux | adding the app | Nov 2 2023 | ||||
6c63ee1b6358 | anciaux | adding a readme | Oct 13 2022 | ||||
cd4c54dfad35 | anciaux | fixed problem on the arguments for dumper cpp and python | Oct 31 2017 | ||||
bfe8a32792e2 | anciaux | fixed problem on the arguments for dumper dot | Oct 31 2017 | ||||
930e9ee4f465 | anciaux | corrected also for python3 | Dec 13 2016 | ||||
6dcf924438b5 | anciaux | resolving conflict | Dec 13 2016 | ||||
cc880b27733f | anciaux | correct a bug | Dec 13 2016 | ||||
d2cbd820a898 | anciaux | patches for python3 compatibility | Dec 9 2016 | ||||
94f41ab0fdbe | anciaux | cleaning the python generator | Nov 29 2016 |
README.md
README.md
Code skeleton
This project gives a simple tool to construct class diagrams from pseudo-code
Installation
The easiest is through pip, that max need to be installed:
bash sudo apt-get install python3-pip
Then for a user installation (recommended):
bash pip3 install --user git+https://gitlab.com/ganciaux/code_skeleton.git
c4science · Help