# node-shebang-check [![semantic release](https://github.com/reggi/node-shebang-check/workflows/semantic%20release/badge.svg)](https://github.com/reggi/node-shebang-check/actions?query=workflow%3A%22semantic+release%22) [![coverage](https://github.com/reggi/node-shebang-check/workflows/coverage/badge.svg)](https://reggi.github.io/node-shebang-check/) [![npm](https://badge.fury.io/js/shebang-check.svg)](https://www.npmjs.com/package/shebang-check) Checks if a given file, or the bin files pointed to in package.json have a shebang. ## Install ``` npm install shebang-check -g shebang-check ``` ## Use directly via `npx` ``` npx shebang-check ```