Set of scripts to handle class diagrams and generate code skeletons
Diffusion code_skeleton (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
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 | ||||
17aada6a5240 | anciaux | correct a small bug for the c++ generation | Nov 22 2016 | ||||
72f7e943768b | anciaux | still on python3 | Nov 22 2016 | ||||
c151111266a2 | anciaux | python3 enable | Nov 22 2016 | ||||
29e4dd31b1e9 | anciaux | example in order | Nov 22 2016 | ||||
6530567779f7 | anciaux | cleaning | Nov 22 2016 | ||||
86d6cc51e302 | anciaux | almost there for the package | Nov 21 2016 | ||||
dedaac04907d | anciaux | making the setup properly | Nov 21 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