Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reggi/node-shebang-check
- Owner: reggi
- Created: 2020-08-05T08:10:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T13:20:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T10:45:33.287Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```