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

https://github.com/jayanaxhf/latex_project_cli

This is a utility to help me create latex projects from my favourite templates easily.
https://github.com/jayanaxhf/latex_project_cli

Last synced: 5 months ago
JSON representation

This is a utility to help me create latex projects from my favourite templates easily.

Awesome Lists containing this project

README

          

# latex_project_cli
This is a utility to help me create latex projects from my favourite templates easily.

JSON Format:
```json
{
"templates": [
{
"name": "name here",
"path": "name here"
}
]
}
```