Skip to content

Commit

Permalink
docs: add installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
Evyweb authored Sep 7, 2024
1 parent 41ac063 commit 778ec3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
This is just a **draft** of an attempt to create a simple IOC (Inversion of Control) container in Typescript.
The idea behind is to create a simple container that can be used to register and resolve dependencies working with functions and without reflect metadata.
It is using simple Typescript code, so it can be used in any project without any dependency.
Should work in NextJS middleware and edge runtime.
Remember that it is just a draft and it is not ready for production.

## Installation
```npm i @evyweb/ioctopus```

## How to use

### List the dependencies
Expand Down

0 comments on commit 778ec3c

Please sign in to comment.