YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Modularize Arrow #117

Closed arjansingh closed 11 years ago

arjansingh commented 11 years ago

This feature would allow Arrow to be included as a module via node's require method.

Now, in addition to being able to require Arrow to create a custom controller. You can also require Arrow and actually have it run tasks programatically in node.js applications.

cc: @pwfisher

proverma commented 11 years ago

closing this for now, we need to think more about this, and attempt modularization at larger level.