1.0.0 • Published 3 years ago

@foodx/escolar v1.0.0

Weekly downloads
162
License
MIT
Repository
github
Last release
3 years ago

escolar

Replace properties in json with file contents.

{
 "property": "#./contents.txt#",
}

Reads from properties that start and end with '#'; containing a file name inbetween.

Example

Json File

{
    "property": "#./contents.txt#",
    "fake": [],
    "inner": {
        "nope": 123,
        "what": "yes"
    }
}

Text File

working, y'all!

Output

{
    "property": "working, y'all!",
    "fake": [],
    "inner": {
        "nope": 123,
        "what": "yes"
    }
}
1.0.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago