0.0.396 • Published 4 years ago

@community-fibre/models v0.0.396

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

Generate list of all models

find . -name '*.ts' -exec basename {} \; | sort | uniq | awk -F '.' '{print $1}'