You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 }
6 years ago
..
cibuild refactor: themes are now standalone folders, to prepare for external loading 6 years ago
readme Update README.md 8 years ago
record Simplify test scripts & document them in CONTRIBUTING.md 7 years ago
verify Add test coverage + clean up build scripts 7 years ago

readme

#!/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