@toughlovearena/updater
TypeScript icon, indicating that this package has built-in type declarations

2.1.4 • Public • Published

@toughlovearena/updater

npm (scoped) GitHub Workflow Status

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

Dependencies (2)

Dev Dependencies (8)

Package Sidebar

Install

npm i @toughlovearena/updater

Weekly Downloads

0

Version

2.1.4

License

MIT

Unpacked Size

28.3 kB

Total Files

21

Last publish

Collaborators

  • mpaulweeks