From b3b905b44cf52d76ad145410fd8ed84662ad2fcc Mon Sep 17 00:00:00 2001 From: Dan Motzenbecker Date: Sun, 30 Aug 2015 00:02:51 -0400 Subject: [PATCH] added goals to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6cdcddc..c894c1a 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,12 @@ a much nicer experience with arrow keys See [this issue](https://github.com/omcljs/ambly/issues/97) in Ambly for details. - Running multiple React Native apps at once can cause problems + +## Aspirations +- [ ] Xcode-free development with CLI tools +- [ ] Automatically run React packager in background +- [ ] Automatically tail cljs build log and report compile errors +- [ ] Templates for other ClojureScript React wrappers + + +Contributions are welcome.