Skip to content

Commit

Permalink
doc: HowTo - test with reflectable
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Apr 4, 2018
1 parent ebf244c commit ab784e8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# DryIce
Lightweight dependency injection framework for Dart.
# DryIce (built mirrors / reflectable)
> Lightweight dependency injection framework for Dart.
## Built mirrors / reflectable
> This branch is in a very early stage but if you want to try it:
```dartlang
git clone -b reflectable git@github.com:MikeMitterer/dryice.git reflectable
cd reflectable
pub update
dart tool/build.dart test/*_test.dart
pub run test test/dice_test.dart
pub run test test/dice_test.dart -p chrome
````

## Getting Started
DryIce consists of two parts.
Expand Down

0 comments on commit ab784e8

Please sign in to comment.