Skip to content

Instantly share code, notes, and snippets.

@stevemao
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevemao/5fa37328581a749238f8 to your computer and use it in GitHub Desktop.
Save stevemao/5fa37328581a749238f8 to your computer and use it in GitHub Desktop.
Make module
# copied from https://github.com/bendrucker/make-module/blob/master/module.sh
module () {
cd ~/Code
mkdir $1
cd $1
git init
hub create
travis enable --no-interactive &
yo bd
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment