Skip to content

Instantly share code, notes, and snippets.

@FrankDeGroot
Created February 20, 2015 10:24
Show Gist options
  • Select an option

  • Save FrankDeGroot/de83bfe3436491755c3e to your computer and use it in GitHub Desktop.

Select an option

Save FrankDeGroot/de83bfe3436491755c3e to your computer and use it in GitHub Desktop.
Prepare and parse Blueprint API markdown files
find *.md -type f -exec sed -i 's/\t/ /g' {} \;
for f in *.md; do snowcrash $f -o $f.yaml; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment