Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamaceay/pars
https://github.com/yamaceay/pars
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yamaceay/pars
- Owner: yamaceay
- License: lgpl-2.1
- Created: 2023-01-21T21:53:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T22:08:28.000Z (about 2 years ago)
- Last Synced: 2024-06-20T00:39:10.232Z (7 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Usage
`bash parser.sh schema.csv | tee _parser.sh` creates `_parser.sh`: parser program tailored for given schema
`bash run.sh arguments.txt` creates `_arguments.yaml`: YAML representation of parsed params`bash parser.sh schema.csv | tee _parser.sh | bash run.sh arguments.txt` performs both