PerimeterX/restringer

Make package executable

Closed this issue · 0 comments

As shown here: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#bin and with #!/usr/bin/env node on top
Would make running it easier with npx restringer script.js instead of having to clone and npm install