Skip to content

Commit

Permalink
Initial commit after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
drewjbartlett committed Nov 26, 2023
1 parent 08886a5 commit f668be2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions README.md
@@ -1,18 +1,20 @@
# i17n
# Tiny IOC

[![Core CI](https://github.com/drewjbartlett/ioc/actions/workflows/core.yml/badge.svg)](https://github.com/drewjbartlett/ioc/actions/workflows/core.yml)
`tiny-ioc` is a lightweight (less than 1kB) dependency injection / IOC container for TypeScript.


[![Core CI](https://github.com/drewjbartlett/tiny-ioc/actions/workflows/core.yml/badge.svg)](https://github.com/drewjbartlett/tiny-ioc/actions/workflows/core.yml)


### Features

- ✅ 100% TypeScript
-
-lightweight - < 1kB

### Installation

```bash
npm i @drewjbartlett/ioc --save
npm i @drewjbartlett/tiny-ioc --save
```

### Usage
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "@drewjbartlett/ioc",
"name": "@drewjbartlett/tiny-ioc",
"repository": {
"type": "git",
"url": "git+https://github.com/drewjbartlett/ioc.git"
"url": "git+https://github.com/drewjbartlett/tiny-ioc.git"
},
"type": "module",
"version": "0.0.2",
"version": "0.0.1",
"files": [
"dist"
],
Expand Down

0 comments on commit f668be2

Please sign in to comment.