cruml v0.6.1
cruml
[!WARNING] This tool is under development, it is not completely finished.
cruml (Crystal UML) is a tool that allows to generate an UML diagram. This is useful for any Crystal projects.
A class diagram representing the child classes linked to the parent class.
Installation
- Add the dependency to your
shard.yml
:
development_dependencies:
cruml:
github: tamdaz/cruml
branch: main
- Run
shards install
, once this tool is installed, it will build a binary in thebin/
directory located in your project.
Usage
Usage : cruml generate [arguments] -- [options]
-v, --version Show the version
-h, --help Show this help
--verbose Enable verbose
--dark-mode Set to dark mode
--no-color Disable color output
--path=PATH Path to specify
--output-dir=DIR Directory path to save diagrams
Examples
To generate a diagram with all Crystal files in the src/classes
directory:
bin/cruml generate --path="src/classes"
To generate a diagram with one Crystal file:
bin/cruml generate --path="src/classes/my_class.cr"
[!TIP] You can use multiple
--path
flag to include several files.
In addition, you can change the diagram theme thanks to --dark-mode
flag:
bin/cruml generate --path="src/classes" --dark-mode
If you don't want to colorize the diagram, you can use the --no-color
flag:
bin/cruml generate --path="src/classes" --no-color
Contributing
- Fork it (https://github.com/tamdaz/cruml/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- tamdaz - creator and maintainer
Repository
cruml
Owner
Statistic
- 4
- 0
- 2
- 1
- 2
- about 1 month ago
- December 14, 2024
License
MIT License
Links
Synced at
Wed, 02 Apr 2025 22:38:35 GMT
Languages