0.1.0 • Published 11 years ago

ey_node_app_info v0.1.0

Weekly downloads
44
License
-
Repository
github
Last release
11 years ago

ey_node_app_info

Parses a Node.js app's package.json file to figure out which node version and commands to use.

EY Node Package Info

Internal tool to extract information about a Node.js application.

Examples:

ey_node_app_info engine-version --app /path/to/app
# output like '0.8.7'

ey_node_app_info command start --app /path/to/app
# output like 'node ./app.js' or 'npm start'