log-args
v1.0.0
Published
The bin script `log-args` logs to the terminal which arguments a shell script receives that is invoked by an npm package script. It is meant to be used from a `package.json` file like this:
Downloads
2
Readme
log-args
The bin script log-args
logs to the terminal which arguments a shell script receives that is invoked by an npm package script. It is meant to be used from a package.json
file like this:
{
···
"scripts": {
"log-args": "log-args"
},
···
}