Now you can make dependency target data reach more targets using regexp.
0.3.0
Some improvements.
The main thing is the name of folder inside vendor path. All names now dont include the version when github is used. It let anyone make a reference to the same name inside vendor folder.
0.2.0
Support to any command execution for targets
Now you can execute any command on target if it has support, for example: > ezored target build any_target > ezored target test any_target
0.1.8
Refactoring and lots of enhancements
Check all issues to see what changed. The sample app project was updated too.
0.1.6
Build system refactored
Now, instead of call a build.py file, it load a module(target or dependency) and call "do_build" inside it.