Bash script to grab html5 boiler plate


/ Published in: Bash
Save to your folder(s)

EADME
Use:

$ cd /path/to/where/to/start/project
$ sh /path/to/h5bp.sh

I have it in my Users/username folder (on my mac) so I do:
$ cd htdocs
$ sh ~/h5bp.sh

Alternatively:
-Edit your ~/.profile file and
1) add ~/ to your PATH variable if not already there
2) create an alias:
alias h5bp="sh /path/to/h5bp.sh"


Copy this code and paste it in your HTML
  1. #!/usr/bin/bash
  2. git clone https://github.com/paulirish/html5-boilerplate.git
  3. cd html5-boilerplate
  4. git checkout v2.0stripped

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.