Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.14 KB

logo

Frankendoc allows making your documents executable.
Just point it to a folder and it will pick the docs along with the glue code.

Install

npm install -g frankendoc

Run

frank [folder]/[extension]

frank
  picks *.txt in current folder

frank *.doc
  picks *.doc in current folder

frank docs/*.md
  picks *.md in docs

Documentation

General

Features

Plugins

Advanced