From e931ce7471805aac6dbc087e270a94174f6bc05e Mon Sep 17 00:00:00 2001 From: Jeff Hansen Date: Thu, 6 Apr 2023 09:08:38 -0400 Subject: [PATCH] docs: add blurb about Awilix' main selling point Closes #320 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f76423..ebf0148 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ [![node](https://img.shields.io/node/v/awilix.svg?maxAge=1000)](https://www.npmjs.com/package/awilix) [![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) -Extremely powerful **Dependency Injection** (DI) container for JavaScript/Node, -written in [TypeScript](http://typescriptlang.org). **Make IoC great again!** +Extremely powerful, performant, & battle-tested **Dependency Injection** (DI) container for JavaScript/Node, +written in [TypeScript](http://typescriptlang.org). -> Check out this +Awilix enables you to write **composable, testable software** using dependency injection **without special annotations**, which in turn decouples your core application code from the intricacies of the DI mechanism. + +> 💡 Check out this > [intro to Dependency Injection with Awilix](https://medium.com/@Jeffijoe/dependency-injection-in-node-js-2016-edition-f2a88efdd427) # Table of Contents