Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yamaceay/pars


https://github.com/yamaceay/pars

Last synced: 4 days ago
JSON representation

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