Created
February 20, 2015 10:24
-
-
Save FrankDeGroot/de83bfe3436491755c3e to your computer and use it in GitHub Desktop.
Prepare and parse Blueprint API markdown files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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