-
Notifications
You must be signed in to change notification settings - Fork 3
Home
msuarz edited this page Aug 31, 2012
·
17 revisions
____________ ___ _ _ _ __ _____ _ _______ _____ _____
| ___| ___ \/ _ \ | \ | || | / /| ___| \ | | _ \ _ / __ \
| |_ | |_/ / /_\ \| \| || |/ / | |__ | \| | | | | | | | / \/
| _| | /| _ || . ` || \ | __|| . ` | | | | | | | |
| | | |\ \| | | || |\ || |\ \| |___| |\ | |/ /\ \_/ / \__/\
\_| \_| \_\_| |_/\_| \_/\_| \_/\____/\_| \_/___/ \___/ \____/
bringing documents alive
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
Frankendoc is used to test itself, please check the docs folder for examples of how to use it.