[cli] convert project generation to use yeoman

This commit is contained in:
Felix Oghină
2015-08-04 12:50:22 +01:00
parent 56059e92df
commit f83675d191
28 changed files with 1546 additions and 39 deletions

View File

@@ -18,7 +18,8 @@ jest.setMock('worker-farm', function() { return function() {}; })
}
})
.setMock('uglify-js')
.dontMock('../');
.dontMock('../')
.setMock('chalk', { dim: function(s) { return s; } });
var Promise = require('promise');