Skip to content

Instantly share code, notes, and snippets.

@jrburke
Created November 15, 2012 18:56
Show Gist options
  • Save jrburke/4080468 to your computer and use it in GitHub Desktop.
Save jrburke/4080468 to your computer and use it in GitHub Desktop.
volofile doing git submodule work on volo create
module.exports = {
onCreate: {
run: [
'git submodule init',
'git submodule update'
]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment