wessberg / DI-compiler

A Custom Transformer for Typescript that enables compile-time Dependency Injection
MIT License
80 stars 7 forks source link

docs: add usage with ttypescript #14

Closed m-shaka closed 2 years ago

m-shaka commented 2 years ago

Hi. I've successfully used Di-compiler with ttypescript. I wrote down docs about it.

kevinramharak commented 2 years ago

@wessberg Can this be merged? I had to look around in the issues/PR's to find these instructions. Would make it easier for people to get started as ttsc is easier to setup being a drop in replacement for tsc.

wessberg commented 2 years ago

@wessberg Can this be merged? I had to look around in the issues/PR's to find these instructions. Would make it easier for people to get started as ttsc is easier to setup being a drop in replacement for tsc.

Yeah, absolutely. Sorry for not getting around to it sooner @m-shaka. The PR has been merged!

kevinramharak commented 2 years ago

Thank you. Very cool package, I had the same idea last week and figured I would google first. Now im thinking of a project to use it in :).