-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kevin Cyu edited this page Nov 20, 2017
·
17 revisions
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.
- User only need to write the configure files(
*.docogen), and then thedocogenprogram will gather all and parse tolatex,md, evenwebsitefor your project/product. .docogenscript has the same format of.json, you can edit a.jsonfiles 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
.docogenscripts anywhere under this directory, and system will generate those document for you!
- You can put
several docogen filesunder your project (anywhere under your project directory). - And then using the code in
README.mdto importdocogenand 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!