1.0.0 • Published 5 years ago

@foodx/escolar v1.0.0

Weekly downloads
162
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago