Skip to content

Instantly share code, notes, and snippets.

@LucaslEliane
Last active October 21, 2020 09:48
Show Gist options
  • Save LucaslEliane/9aae6c698ec266a216d872d0dec25822 to your computer and use it in GitHub Desktop.
Save LucaslEliane/9aae6c698ec266a216d872d0dec25822 to your computer and use it in GitHub Desktop.
直接执行 github 代码
#!/usr/bin/env node
console.log('这里是一份 gist 上的代码,可以直接执行!');
console.log('Happy Hacking');
{
"name": "my-gist-repo",
"version": "1.0.0",
"bin": "./index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment