- add first information to readme (#2)
parent
c773fdc64d
commit
eedf3c660c
1 changed files with 18 additions and 1 deletions
@ -1,2 +1,19 @@ |
||||
# Lightweight IOC Container |
||||
A lightweight IOC Container |
||||
|
||||
A lightweight IOC Container that is powerful enough to do all the things you need it to do. |
||||
*This project and its documentation are currently under development.* |
||||
|
||||
## Get started with the Lightweight IOC Container |
||||
|
||||
- How to install <!--Add links to wiki--> |
||||
- Example usage: |
||||
|
||||
1. Instantiating Container: |
||||
|
||||
```c# |
||||
InjectorContainer container = new InjectorContainer(); |
||||
``` |
||||
|
||||
2. more... |
||||
|
||||
- demo project |
||||
|
||||
Loading…
Reference in new issue