/
usr
/
local
/
lib
/
node_modules
/
pm2
/
lib
/
templates
/
sample-apps
/
python-app
/
/usr/local/lib/node_modules/pm2/lib/templates/sample-apps/python-app
mkdir
upload
Name
Size
Mode
Actions
echo.py
122
0644
edit
dl
rm
ecosystem.config.js
184
0644
edit
dl
rm
package.json
260
0644
edit
dl
rm
README.md
115
0644
edit
dl
rm
Edit:
/usr/local/lib/node_modules/pm2/lib/templates/sample-apps/python-app/package.json
(260B)
{ "name": "python-app", "version": "1.0.0", "description": "Example on how to manage a Python application with PM2", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC" }
Save
{ "name": "python-app", "version": "1.0.0", "description": "Example on how to manage a Python application with PM2", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC" }