Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a8m/entsize
Print ent/schema size
https://github.com/a8m/entsize
Last synced: about 1 month ago
JSON representation
Print ent/schema size
- Host: GitHub
- URL: https://github.com/a8m/entsize
- Owner: a8m
- License: apache-2.0
- Created: 2020-08-31T12:19:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T12:24:53.000Z (about 4 years ago)
- Last Synced: 2024-04-16T00:19:51.776Z (7 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# entsize
Print ent/schema size### Install
```
go get -u github.com/a8m/entsize
```### Examples:
```
entsize ./ent/schema# Prints:
Types: 48, Fields: 305, Edges: 186
```## LICENSE
I am providing code in the repository to you under Apache license. Because this is my personal repository, the license you receive to my code is from me and not my employer (Facebook)