Skip to content

Instantly share code, notes, and snippets.

@jeffgca
Created July 24, 2015 22:53
Show Gist options
  • Save jeffgca/be917476b7f3a0517978 to your computer and use it in GitHub Desktop.
Save jeffgca/be917476b7f3a0517978 to your computer and use it in GitHub Desktop.
'.source.js':
'callback':
'prefix': 'cb'
'body': """
function(err, result) {
$0
}"""
'error':
'prefix': 'err'
'body': 'if (err) throw err;'
'node-main':
'prefix': 'main'
'body': """
if (require.main === module) {
$0
}"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment