Skip to content
Kevin Cyu edited this page Nov 20, 2017 · 17 revisions

中文文檔

What is docoGen?

docoGen is an open source project for convenient and widely used in document generation. Just write down your content in JSON/markdown format, then it will generate the general format, e.g., PDF for LaTex or web page.

What can docoGen do?

  • User only need to write the configure files(*.docogen), and then the docogen program will gather all and parse to latex, md, even website for your project/product.
  • .docogen script has the same format of .json, you can edit a .json files first, and then change files extension to .docogen
  • docoGen support multiple docoGen scripts! Only need to have one main script which contains main structure, and the other can be separated scripts which contain article(See the structure below!), which is more readable!
  • You only need to specify the directory to docoGen and put the .docogen scripts anywhere under this directory, and system will generate those document for you!

How to use?

  • You can put several docogen files under your project (anywhere under your project directory).
  • And then using the code in README.md to import docogen and generate your beautiful document.
  • Or you can see the testbed here with complete result and docogen script!
  • Hardly need to learn the format of LaTeX !
Clone this wiki locally