Getting Started
Welcome to the TypeDI documentation! To get started, you'll need to ensure you have a working environment containing Node and NPM (or any other package manager).
Then, you'll need to install TypeDI:
- NPM
- Yarn
- PNPM
$ npm install @freshgum/typedi
$ yarn add @freshgum/typedi
$ pnpm install @freshgum/typedi
You're done! Move on to the Hello World! example to learn how to use TypeDI.