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

https://github.com/jothin-kumar/build

build script used for jothin.tech and joth.in
https://github.com/jothin-kumar/build

python-automation

Last synced: 4 months ago
JSON representation

build script used for jothin.tech and joth.in

Awesome Lists containing this project

README

          

# build-config.json template
```json
{
"parent-dir": ".",
"vars": [
{
"replaceFrom": "key",
"replaceWith": "value"
}
],
"pages": [
"/test.html",
{
"path": "/index.html",
"prefetches": ["https://example.com/resource.txt", "..."]
}
],
"line-end": "\n"
}

```