1.0.3 • Published 4 years ago

watch-app v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

watch-app

Restart .app when it changes

npx watch-app ./path/to/foo.app

How it works

The following paths are watched for changes:

  • <appPath>/Contents/MacOS/*
  • <appPath>/Contents/Resources/**

When a change is detected, the process of your .app is restarted with kill -9 and open.

The process ID is tracked for future changes.

Simple!

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago