publiclab / matcher-cli

Node-based CLI utility for local matcher-core configs headless testing 🎈
GNU General Public License v3.0
1 stars 7 forks source link

Setup demo for `matcher-cli` #1

Closed rexagod closed 5 years ago

rexagod commented 5 years ago

@jywarren I've made a CLI demo for matcher-cli. Let me know what you think!

Also, I will be documenting this repository very soon, along with core, and the command below is to just give the users a preview of how the matcher works. Try it out and let me know what do you think!

bash <(curl -s https://gist.githubusercontent.com/rexagod/6e1a2cfdc18e1b12ff8d64b5d4e6985a/raw/bfe011cfecc2c7777bc3d161a064f2bf924fdbfb/cli-demo.sh)
jywarren commented 5 years ago

Awesome!!!!!!!

On Mon, Jun 17, 2019, 4:25 PM Pranshu Srivastava notifications@github.com wrote:

@jywarren https://github.com/jywarren I've made a CLI demo for matcher-cli. Let me know what you think!

Also, I will be documenting this repository very soon, along with core, and the command below is to just give the users a preview of how the matcher works.

bash <(curl -s https://gist.githubusercontent.com/rexagod/6e1a2cfdc18e1b12ff8d64b5d4e6985a/raw/bfe011cfecc2c7777bc3d161a064f2bf924fdbfb/cli-demo.sh)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/publiclab/matcher-cli/issues/1?email_source=notifications&email_token=AAAF6J5YPNK6PJGLQYWP2XDP27XKFA5CNFSM4HYZ7A32YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZ7JA7Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAF6J2IOOTUSQ6D6GVF3DTP27XKFANCNFSM4HYZ7A3Q .

rexagod commented 5 years ago

@jywarren I just noticed a bug in this one. Please use the one below instead. Updated the README too.

bash <(curl -s https://gist.githubusercontent.com/rexagod/6e1a2cfdc18e1b12ff8d64b5d4e6985a/raw/e5cf33c9bb2427f25d8394d0e007cabc40a8a5da/cli-demo.sh)

Edit: Updated again. It should work fine now.