├── .gitattributes ├── LICENSE ├── README.md └── _config.yml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stemmlerjs/clean-code-typescript/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stemmlerjs/clean-code-typescript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stemmlerjs/clean-code-typescript/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stemmlerjs/clean-code-typescript/HEAD/_config.yml --------------------------------------------------------------------------------