Back to Explore
shebang-command is an npm package that extracts the command from a script shebang line. It’s useful if you need to parse a string like "#!/usr/bin/env node" and get the command name such as "node".
Project status
- The repo appears to be in maintenance mode rather than active feature development, with the last known upstream push on 2021-08-14, and only one documented user-facing update (v2.0.0) back in 2019-09-06.
- The apparent updates cadence is low, spanning multiple years between the last known tagged update (v2.0.0 in 2019) and the later upstream push (2021), with no evidence of frequent ongoing updates from the provided data.
AI summary generated Today
AI-generated from public sources. May be inaccurate. Report
Recent updates
v2.0.0
9/6/2019This release (v2.0.0) updates the package’s runtime requirements to require Node.js 8. Release notes otherwise mention only minor internal “meta tweaks,” with no additional user-facing functionality described.
Breaking