Skip to content

Instantly share code, notes, and snippets.

@wfpaisa
Created June 28, 2016 14:57
Show Gist options
  • Save wfpaisa/93bc8069068cd37d4d1ea3889b26d58e to your computer and use it in GitHub Desktop.
Save wfpaisa/93bc8069068cd37d4d1ea3889b26d58e to your computer and use it in GitHub Desktop.
Ejecutar nodeJS en sublime text3
{
"cmd": ["/usr/local/bin/node", "$file"],
"selector": "source.js",
"windows": {
"shell": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment