1.1.1 • Published 10 years ago
presentation-push v1.1.1
presentation-push is a node CLI tool that will push code behind the scene to a Github repo so you don't have to worry about it while you present.
Getting started
To run this all you need to do is run
npm i -g presentation-pushUsage
NOTE: You must call this CLI from a working github repo, and you must have also set your upstream to where you want it to go so that the git push commands works.
presentation-push type duration commitdefault usage:
Default values: type = time duration = 5 commit = "presentation-pusher updated repo."
presentation-pushSetting time (in minutes).
presentation-push time 5Setting Commit Message (must also set time)
presentation-push time 5 "Updated working presentation."Coming soon
instead of just having a timed commit for the presentation, The feature would allow for watching file changes, so Whenever you save a file it will commit all changes so everyone has working copy as you save.