glifchits / boil

get boilerplate code from github and dump it into your current directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boil

Dump boilerplate code into your current directory.

This is a short function to download the master.zip of any Github repo and dump all of its contents in your cwd.

Installing

Source the boil.sh script with your shell initialization file.

e.g. edit your ~/.bashrc to add the line

source ~/code/boil/boil.sh

Usage

boil [user/repo]

About

get boilerplate code from github and dump it into your current directory

License:MIT License


Languages

Language:Shell 100.0%