Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likipiki/doc-gen
The simple LaTeX document generation tool, written on go!
https://github.com/likipiki/doc-gen
doc-gen golang latex
Last synced: 8 days ago
JSON representation
The simple LaTeX document generation tool, written on go!
- Host: GitHub
- URL: https://github.com/likipiki/doc-gen
- Owner: LikiPiki
- License: mit
- Created: 2020-08-06T18:42:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T19:16:57.000Z (about 4 years ago)
- Last Synced: 2023-02-27T20:14:45.624Z (over 1 year ago)
- Topics: doc-gen, golang, latex
- Language: TeX
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# doc-gen ![Build status](https://img.shields.io/github/workflow/status/likipiki/doc-gen/Go)
The simple *golang* utility to generate *LaTeX* documents from templates.
```bash
go install github.com/likipiki/doc-gen/...
```### How to use
```bash
Usage:
doc-gen [command]Available Commands:
full Create default lab A4 doc with title page
simple Create default LaTeX document
help Help about any commandFlags:
-h, --help help for doc-genUse "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](https://github.com/LikiPiki/doc-gen/releases) section and download binary to os OS
**If you want to add custom templates please go to [WIKI Section](https://github.com/LikiPiki/doc-gen/wiki/Doc-gen-Wiki)**