Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 372 Bytes

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]