Skip to content

Instantly share code, notes, and snippets.

@alexander-heimbuch
Last active December 18, 2015 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexander-heimbuch/217524363e1df6834b5a to your computer and use it in GitHub Desktop.
Save alexander-heimbuch/217524363e1df6834b5a to your computer and use it in GitHub Desktop.
Script for running the webdev boilerplate
#!/bin/sh
project=${PWD##*/}
git clone https://github.com/alexander-heimbuch/webdev-boilerplate.git .
rm -rf .git && \
sed -i '' "s/project-name/$project/g" package.json && \
npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment