Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mfrw/parser


https://github.com/mfrw/parser

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Parser

How to use

```bash
docker build . -t parser

cat EOF >> ~/bin/parser
#!/bin/bash

docker run -u $USER -v $(pwd):/home/mfrw/h -it parser:latest
EOF

chmod +x ~/bin/parser

# RUN ~/bin/parser in CM2 root directory
```