I hereby claim:
- I am jamesdlacroix on github.
- I am jamesdlacroix (https://keybase.io/jamesdlacroix) on keybase.
- I have a public key whose fingerprint is 358E 596B 1B98 E953 5974 B443 2931 3C61 9629 748A
To claim this, I am signing this object:
#!/usr/bin/env bash | |
set -euo pipefail | |
establishDirectories () { | |
# Create templates directory if it does not exist | |
mkdir -p $SKETCH_TEMPLATES | |
# Create plugins directory if it does not exist | |
mkdir -p $SKETCH_PLUGINS | |
} |
#!/usr/bin/env bash | |
set -euo pipefail | |
establishDirectories () { | |
# Create templates directory if it does not exist | |
mkdir -p "$SKETCH_TEMPLATES" | |
# Create plugins directory if it does not exist | |
mkdir -p "$SKETCH_PLUGINS" | |
} |
I hereby claim:
To claim this, I am signing this object:
Title: Project Title Author: First Last Email: [email protected] Address: 1234 Street, City, State 12345 Phone: (XXX)XXX-XXXX Affiliation: www.LaCroixDesign.net Copyright: 2015 Company Name Keywords: Proposal, Web Design Date: March 13, 2015
/* | |
This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra | |
Please leave this notice in place, along with any additional credits below. | |
--------------------------------------------------------------- | |
Title: LaCroix Design Co. Proposal | |
Author: James LaCroix — www.LaCroixDesign.net | |
Description: Styles for outputting proposals to PDF using Marked. | |
*/ | |
body { |