dalekjs / dalek-cli

[unmaintained] Command line runner for dalekjs testing framework
MIT License
25 stars 7 forks source link

cli library #9

Open tkellen opened 10 years ago

tkellen commented 10 years ago

I've just spent the last hour tinkering with Dalek. It looks awesome! I wanted to drop a note to say that you might find this library I wrote useful for handling some of the CLI drudgery (finding a local installation, config file, etc): http://github.com/tkellen/node-liftoff

You can see a real-world implementation of it here: https://github.com/gulpjs/gulp/blob/master/bin/gulp.js

I'd love to hear your feedback if you get around to trying it out!

asciidisco commented 10 years ago

Thank you for the kind words. That means a lot to me, especially from someone whose work I admire. Dalek startet as funny little sideproject/prototype & grew unexpectedly big & it is very hard to evolve it in my spare time (it unfortunately is buggy as hell :/), so encouraging words like this help a lot.

Also thanks for suggesting the library, I was actually looking for something like this as I want to reduce Daleks own code base in exchange for 3rd party modules in order to help me focus on the important stuff by reduced the lines of code to maintain on my own.

So, thank you, I will definitely give it a try & reply.