pgr0ss / rake_commit

A program that helps with checking in code. It automates common git or svn commands.
13 stars 13 forks source link

allow build command to be configured #23

Closed pitluga closed 10 years ago

pitluga commented 10 years ago

Usage rake_commit --build "npm test" or you can put it in your .rake_commit file.

I'm not super thrilled with the name --build

pgr0ss commented 10 years ago

Great idea. What do you think about the name --run-command?

pitluga commented 10 years ago

Maybe --build-command ? I'm down with --run-command as well.

pgr0ss commented 10 years ago

--build-command sounds good.