scripty ERR! It seems you may be running scripty from the command-line directly.
At this time, scripty can only be run within an npm script specified in your package.json.
Example package.json entry:
"scripts": {
"foo:bar": "scripty"
}
And then run via `npm run foo:bar`.
For more documentation, see:
https://github.com/testdouble/scripty