I have a nodejs script that I want to package and allow for easy installation for non technical users. It's just a script that runs in the background, so electron seems overkill.
I was thinking of making it a launch daemon but not sure how to go about that.
I found this: https://coolaj86.com/articles/how-to-create-an-osx-pkg-installer.html But those instructions don't seem to apply anymore.
Any idea how you could do this now on Sierra?
Thanks!