Sign inSign up

kyentei/notegen

By kyentei

Updated almost 5 years ago

Note generating application in a container

Image
0

1.1K

kyentei/notegen repository overview

notegen

Note generating application in a container

Notegen Usage

usage: notegen [-h] [-d] [-v] file

positional arguments:
  file           name of the markdown file to use

optional arguments:
  -h, --help     show this help message and exit
  -d, --docx     also generate a docx file
  -v, --verbose  Make the output verbose

Use the container

You can use notegen separately, or as a docker container. If you want to use notegen without using the container, please see roaldnefs/writeup-template for the dependencies of notegen and pandoc.

Pull it from dockerhub
docker pull kyentei/notegen:latest
Build it yourself
docker build . -t kyentei/notegen:latest
Run the container

To generate a PDF

docker run -v $(pwd):/data:ro kyentei/notegen /data/example.md > example.pdf

Tag summary

Content type

Image

Digest

Size

970.7 MB

Last updated

almost 5 years ago

docker pull kyentei/notegen