Skip to content

LikiPiki/doc-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doc-gen Build status

The simple golang utility to generate LaTeX documents from templates.

go install github.com/likipiki/doc-gen/...

How to use

Usage:
  doc-gen [command]

Available Commands:
  full        Create default lab A4 doc with title page
  simple      Create default LaTeX document
  help        Help about any command

Flags:
  -h, --help   help for doc-gen

Use "doc-gen [command] --help" for more information about a command.

How to install

  1. If you have golang compiler installed, use a simple way at the beginning of README file.

  2. Go to Releases section and download binary to os OS

If you want to add custom templates please go to WIKI Section