From 57627ed2c27379c8b7da2019def4829f018a1072 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Tue, 21 Jul 2015 00:17:35 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 594fb20..0ba9c66 100755 --- a/README.md +++ b/README.md @@ -35,12 +35,19 @@ npm test Contribute ---------- -Contributions are welcome, use the standard code style: +Contributions are welcome, use the standard code style and [ES6](https://github.com/lukehoban/es6features#readme). Code is split into modules using browserify. [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) This project aims to have an absolute minimum of external dependencies (dev dependencies are more acceptable). +To auto build js and auto run tests use the following commands in seperate terminals. + +```sh +npm run buildjs-watch +npm run test-watch +``` + Copyright and License ---------------------