-
Notifications
You must be signed in to change notification settings - Fork 3
Home
msuarz edited this page Dec 1, 2012
·
17 revisions
Frankendoc allows making your documents executable.
Just point it to a folder and it will pick the docs along with the glue code.
npm install -g frankendoc
frank [folder]/[extension]
frank
picks *.txt in current folder
frank *.doc
picks *.doc in current folder
frank docs/*.md
picks *.md in docs