@toughlovearena/updater
v2.1.4
Published
CLI tool for automatically pulling and updating dedicated servers
Downloads
862
Readme
@toughlovearena/updater
CLI tool for automatically pulling and updating dedicated servers for Tough Love Arena
assumptions
Until configuration is added, Updater has these assumptions about your app:
- You are in a git repo and already on the correct branch such that
git pull
will get the latest version npm run build
is all that's necessary before restarting the server- Your entry point is
dist/index.js
usage
import { Updater } from '@toughlovearena/updater';
// somewhere in app start
new Updater().cron();
npx @toughlovearena/updater