Back to Pm2

README

examples/using-pm2-and-transpilers/README.md

7.0.1216 B
Original Source

Coffee Script

$ pm2 install coffee-script
$ pm2 start echo.coffee

Typescript

$ pm2 install typescript
$ pm2 start http.ts

Livescript

$ pm2 install livescript
$ pm2 start echo.ls