2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-15 18:12:46 +00:00
thumbsup/scripts
Romain 03a9c9a319 refactor: themes are now standalone folders, to prepare for external loading
Every theme is made of { Handlebars + Less + Partials + Helpers + Public }
2018-06-01 23:49:53 +02:00
..
cibuild refactor: themes are now standalone folders, to prepare for external loading 2018-06-01 23:49:53 +02:00
readme Update README.md 2016-11-12 07:35:13 +11:00
record Simplify test scripts & document them in CONTRIBUTING.md 2017-11-25 22:29:21 +11:00
verify Add test coverage + clean up build scripts 2017-11-28 07:53:55 +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