pm2 command code example
Example 1: install pm2
npm install pm2 -g
Example 2: pm2 show command
pm2 describe
Example 3: pm2 install
$ pm2 ecosystem
Example 4: pm2 install
$ pm2 [list|ls|status]
npm install pm2 -g
pm2 describe
$ pm2 ecosystem
$ pm2 [list|ls|status]