git-continuous-updater

1.0.1 • Public • Published

git-continuous-updater

A simple script to keep your project always updated.

Listen to github webhooks & auto-pull & restart your app to keep it always updated.

Usage:

Add the webhook to your github webhooks.

let Updater = require('git-continuous-updater')
let updater = new Updater({
    entryPoint: 'app.js',
    branch: 'master'
    port: 9000
})

updater.start()

Package Sidebar

Install

npm i git-continuous-updater

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

3.75 kB

Total Files

6

Last publish

Collaborators

  • antonjlin