-
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 thedocogen
program will gather all and parse tolatex
,md
, evenwebsite
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!
- You can put
several docogen files
under your project (anywhere under your project directory). - And then using the code in
README.md
to importdocogen
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
!