https://github.com/tmc/ent2d2
ent2d2 creates D2 graphs from ent schemas
https://github.com/tmc/ent2d2
Last synced: 11 months ago
JSON representation
ent2d2 creates D2 graphs from ent schemas
- Host: GitHub
- URL: https://github.com/tmc/ent2d2
- Owner: tmc
- License: isc
- Created: 2023-04-09T23:44:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T05:10:03.000Z (about 2 years ago)
- Last Synced: 2024-12-02T20:50:00.326Z (over 1 year ago)
- Language: Go
- Size: 96.7 KB
- Stars: 28
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ent2d2
`ent2d2` is a program that generates [d2](https://d2lang.com/tour/sql-tables) diagrams from ent
schemas.
Inspired by [enter](https://github.com/a8m/enter).
## 🚀 Installation
```shell
go install github.com/tmc/ent2d2@latest
```
## 🎉 Example

## Contributing
We welcome contributions to ent2d2! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
## License
ent2d2 is released under the [MIT License](LICENSE).