Skip to content

Instantly share code, notes, and snippets.

@refactorized
Created August 1, 2017 17:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save refactorized/60eb05c144d3fde4406437ae669330c0 to your computer and use it in GitHub Desktop.
Save refactorized/60eb05c144d3fde4406437ae669330c0 to your computer and use it in GitHub Desktop.
npm script arguments
{
"name": "npm-args",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"hbd": "bash -c 'echo \"happy birthday $0! and many returns\"'",
"paradiddle": "bash -c 'echo \"$0$1$0$0 $1$0$1$1\"'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment