Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reggi/node-shebang-check

#️⃣✅ Checks if a given file, or the bin files pointed to in package.json have a shebang.
https://github.com/reggi/node-shebang-check

Last synced: about 1 month ago
JSON representation

#️⃣✅ Checks if a given file, or the bin files pointed to in package.json have a shebang.

Awesome Lists containing this project

README

        

# 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
```