An open API service indexing awesome lists of open source software.

https://github.com/bearddan2000/tex-cli-hello-world

A POC for tex programming language.
https://github.com/bearddan2000/tex-cli-hello-world

cli hello python tex world

Last synced: about 2 months ago
JSON representation

A POC for tex programming language.

Awesome Lists containing this project

README

          

# tex-cli-hello-world

## Description
A POC for tex programming language.

## Tech stack
- python

## Docker stack
- rzuckerm/tex
- python:3.8

## To run
`sudo ./install.sh -u`

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credits
- [tex docker image](https://github.com/rzuckerm/tex-docker-image.git)