deadfoxygrandpa / elm-test

A unit testing framework for Elm
MIT License
204 stars 21 forks source link

Update README with Getting Started section referencing node-elm-test #31

Closed trezona-lecomte closed 8 years ago

trezona-lecomte commented 8 years ago

This change adds a small Getting Started section to the beginning of the README, directing users to node-elm-test.

The rationale behind this is that node-elm-test is currently the quickest & most straightforward way to get started with Elm Test, and yet it isn't readily discoverable from the Elm Test repo. I think that a number of the problems and questions raised in Github Issues and in the elm-discuss mailing list could be pre-empted by this.

We should direct folks to node-elm-test immediately so they have a hassle-free initial experience getting Elm Test set up.

deadfoxygrandpa commented 8 years ago

I'm updating the public facing API for elm-test right now, then releasing as 3.0.0. I'll accept this PR once node-elm-test has been updated accordingly.

rtfeldman commented 8 years ago

@deadfoxygrandpa quick update: node-elm-test version 0.16.0-beta supports this now, but I haven't pushed the final 0.16.0 version because I want to give people a day or so to try it out first.

So I'd say hold off on merging this until that changes, since until the final version is out, npm install -g elm-test will yield the previous, incompatible version.

deadfoxygrandpa commented 8 years ago

OK.

deadfoxygrandpa commented 8 years ago

Let me know when it's ready.

rtfeldman commented 8 years ago

node-elm-test 0.16.0 is out...merge away!

deadfoxygrandpa commented 8 years ago

OK, thanks you guys.

trezona-lecomte commented 8 years ago

Thanks @deadfoxygrandpa, appreciate it.

Feel free to let me know if I can help with this project in any way, I'm new to Elm, but testing is a big part of my coding workflow so I'm keen to help out with elm-test if you ever need a hand :-)