Created
August 1, 2017 17:58
-
-
Save refactorized/600a8f6d5ce2bd6a6b1f7ebe12b96a7a to your computer and use it in GitHub Desktop.
npm script arguments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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