hungtatai / website-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

hondatemplate new PROJECT_NAME

on .zshrc or .bashrc

hondatemplate () { 

  if [[ $1 == "new" ]]; then 
    git clone git@github.com:HondaDai/website-template.git $2
    cd $2
    bower install
    rm -rf .git
    rm -f bower.json
    rm -f .gitignore
    # cd ..
  else
    echo "???"
  fi; 
}

About


Languages

Language:CSS 100.0%