2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-11 07:10:26 +00:00
thumbsup/scripts
2021-02-28 23:52:40 +01:00
..
changelog chore: create a Github release with a changelog for every tag 2021-01-18 00:45:24 +01:00
readme Update README.md 2016-11-12 07:35:13 +11:00

#!/bin/bash -e

PATH=$PATH:./node_modules/.bin

function cli {
  echo "\`\`\`"
  node bin/thumbsup.js --help
  echo "\`\`\`"
}

echo "$(cli)" | node-injectmd -t cli -i README.md