Utility to make PM2 automatically resurrect on Windows startup
npm install pm2-windows-startup bash
> npm install pm2-windows-startup -g
> pm2-startup install
`
PM2 will now automatically revive the saved processes on startup. To save the current list of processes execute:
` bash
> pm2 save
``