https://github.com/anjakammer/yaml-parser
A container to translate YAML files to JSON
https://github.com/anjakammer/yaml-parser
dockerfile json nodejs yaml
Last synced: 2 months ago
JSON representation
A container to translate YAML files to JSON
- Host: GitHub
- URL: https://github.com/anjakammer/yaml-parser
- Owner: anjakammer
- License: mit
- Created: 2019-02-09T15:45:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:41:08.000Z (over 2 years ago)
- Last Synced: 2025-04-09T19:49:49.841Z (about 1 year ago)
- Topics: dockerfile, json, nodejs, yaml
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
## Parses YAML files and outputs a JSON string
### Required Environment Variables
| Key | Description |
| -----------|----------------------------------------|
| `DIR` | Directory to parse the files from |
| `EXT` | typically ".yaml" or ".yml" |