pm2 docs code example
Example 1: pm2 install
$ npm install pm2@latest -g
# or
$ yarn global add pm2
Example 2: pm2 status
pm2 status <processname>
Example 3: pm2 install
$ pm2 start app.js -i max
$ npm install pm2@latest -g
# or
$ yarn global add pm2
pm2 status <processname>
$ pm2 start app.js -i max