Skip to content

Instantly share code, notes, and snippets.

@pariola
Created January 30, 2018 04:12
Show Gist options
  • Save pariola/010dcc6354ba43ab8f99296ab42a9b38 to your computer and use it in GitHub Desktop.
Save pariola/010dcc6354ba43ab8f99296ab42a9b38 to your computer and use it in GitHub Desktop.
New package.json
{
"name": "hellocli",
"version": "0.0.1",
"description": "Hello World in a CLI",
"bin": {
"hello-cli": "hellocli.js"
},
"keywords": [
"hello",
"cli"
],
"author": {
"name": "Blessing Pariola"
},
"dependencies": {
"yargs": "^11.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment