express sextant
cd sextant
rm -r public
git clone https://[email protected]/karlguillotte/html5-boilerplate.git
cd html5-boilerplate
chmod +x build/createproject.sh
cd build
./createproject.sh (enter public)
cd ../..
touch TODO.md
touch HISTORY.md
touch README.md
rm -r html5-boilerplate/
git init
npm install