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 4c64251bf5 fix(build): Revert 3ec009e6 + Travis deployment condition + extract Travis script
Travis deploy steps have to be a script file (not a list of steps).

Revert 3ec009e6 because “npm install git+file” actually reads from the local master branch, which
- doesn’t work on Travis since Travis checks out a detached head
- doesn’t work as expected locally, since you might have local changes or might be working from a different branch

For the time being it’s easier to simplify the Docker script and release a known published version.
6 years ago
..
readme Update README.md 8 years ago
travis-release-docker fix(build): Revert 3ec009e6 + Travis deployment condition + extract Travis script 6 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