Created
December 3, 2019 15:27
-
-
Save ManWithBear/f155fb613ec8af02889fc17e3f4fef7f to your computer and use it in GitHub Desktop.
Collect information about data types in project using Sourcery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enums {{ types.enums.count }} | |
protocols {{ types.protocols.count }} | |
classes {{ types.classes.count }} | |
structs {{ types.structs.count }} |
Author
ManWithBear
commented
Feb 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment