Add bowerVariant parameter to be able to use an alternative to bower : bower-act (Thanks Thorsten Pohl )
V0.4 2015-02-15
Add buildTool parameter to be able to use an alternative to grunt : gulp the gruntTestArgs and gruntInstallArgs were renamed to testArgs and buildArgs. Previous parameters are still usable but deprecated (Thanks Lukas Peleska)
V0.3 2015-02-03
Add skipBuild parameter to skip the grunt build (yo.build.skip system propery) (Thanks Pete Johanson)
V0.2 2014-03-17
Execute grunt test before grunt build. Tests can be skipped with skipTests parameter (yo.test.skip system property)
Rename gruntInstallArgs parameter to gruntBuildArgs
Logging executed commands
Add skip parameter to skip the plugin execution (yo.skip system property) to skip the build (Thanks Brad Sneade)
Add new parameters :
npmInstallArgs for npm arguments(default value : install)
bowerInstallArgs for bower arguments (default value : install --no-color)
gruntTestArgs for grunt build arguments (default value : test --no-color)
gruntInstallArgs for grunt test arguments (default value : build --no-color)
请发表评论