ctowsd
v1.0.0-14
Published
Tool to convert C functions to plantuml diagrams.
Downloads
30
Readme
C/C++ to WSD Tool
Overview
Tool to convert C/C++ functions to plantuml diagrams.
Features
- Converts C/C++ functions to plantuml diagrams in WSD files.
Usage
You can test the tool with npx ctowsd input.c output.wsd
.
When you install it with npm i -g ctowsd
you can use it with ctowsd input.c output.wsd
.
Requirements
- Dependencies: Clang LLVM
Known Issues
Currently, there are no known issues with this tool. If you encounter any problems or have suggestions for improvements, please feel free to submit an issue on GitHub.
Release Notes
Version 1.0.0
Initial release of the C/C++ to WSD tool.
License
This tool is licensed under the MIT License.
Thank you for using the C/C++ to WSD tool! If you find it useful, please consider leaving a star in the GitHub repository. If you have any feedback or questions, don't hesitate to reach out. Happy coding!