From e2315bb5850bae6ee1a01da38f58c7bf37921f65 Mon Sep 17 00:00:00 2001 From: greenyouse Date: Wed, 29 Apr 2015 04:14:19 -0500 Subject: [PATCH] Update Readme --- .gitignore | 1 + README.md | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f514186..92e20cb 100755 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ pom.xml.asc /resources dev /browserific/dev/brepl.cljs +/lein-browserific/src/clj/browserific/builds/browserific.clj diff --git a/README.md b/README.md index ed1a1d0..780fded 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,14 @@ cd resources/[platform-dir] ## Status -So far the `browserific-app` template and `lein-browserific` plugin are -ready as alpha software, however, the `browserific` library is just -getting started. +So far the `browserific-app` template, `lein-browserific` plugin, and +the `browserific` library are ready as alpha software. +[![Clojars Project](http://clojars.org/browserific/latest-version.svg)](http://clojars.org/browserific) [![Clojars Project](http://clojars.org/lein-browserific/latest-version.svg)](http://clojars.org/lein-browserific) + ## Contributing I set up a [Trello](https://trello.com/b/hDlRgiHo/browserific) board @@ -61,6 +62,8 @@ parts. My plan is to work through desktop and mobile first and then focus on the extensions. Any extension work in the meantime would be much appreciated! -Please give me some time to work on the `browserific` library portion -before submitting pull requests for it. Ideas or design input on this -are welcome though. +This project is meant to +[assimilate](https://www.youtube.com/watch?v=AyenRCJ_4Ww) any noteworthy +frameworks, so if you have suggestions, file an issue to let me +know. Facebook's ReactNative, Mozilla's OpenWebApps, and Google's Chrome +Apps are potential candidates for the future.