fsahmad/typescript-uml

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.istanbul.yml
.npmignore
.travis.yml
LICENSE
README.md
package.json
src/.codeclimate.yml
tsconfig.json
tslint.json
src/classDiagramOptions.ts10
src/delint.ts273
D
2 days
src/formatter/formatter.ts12
src/formatter/index.ts3
src/formatter/plantumlFormatter.ts119
D
2 days
src/formatter/yumlFormatter.ts125
D
2 days
src/main.ts201
C
1 day
src/parseOptions.ts5
src/polyfill.ts2
src/typescript-uml.ts6
src/uml/accessibility.ts5
src/uml/association.ts12
src/uml/class.ts26
src/uml/codeModel.ts33
src/uml/functionProperty.ts26
src/uml/generalization.ts9
src/uml/index.ts15
src/uml/link.ts23
src/uml/node.ts22
src/uml/parameter.ts37
src/uml/primaryType.ts40
src/uml/property.ts46
src/uml/stereotype.ts8
src/uml/type.ts20
src/uml/unionOrIntersectionType.ts26
src/uml/variableProperty.ts22
testInput/delint/class.test.ts2
testInput/delint/classAssociation.test.ts30
testInput/delint/classHeritage.test.ts2
testInput/delint/classMemberFunctions.test.ts25
testInput/delint/classMemberVariables.test.ts30
testInput/delint/interface.test.ts6