Skip to content

Instantly share code, notes, and snippets.

@kazuma1989
Last active November 17, 2019 04:40
Show Gist options
  • Save kazuma1989/13602a3d3d613c9387e02c447122fb9c to your computer and use it in GitHub Desktop.
Save kazuma1989/13602a3d3d613c9387e02c447122fb9c to your computer and use it in GitHub Desktop.
hello-npm-gist
#!/usr/bin/env node
console.log("Hello from Gist!");
{
"name": "@kazuma1989/hello-npm-gist",
"version": "0.0.1",
"description": "npm trial",
"bin": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hello",
"npm"
],
"author": "kazuma1989",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment