shebang

0.0.1 • Public • Published

Shebang

Description

Node module for extracting the normalized shebang command token.

Examples

var shebang = require('shebang');
 
console.log(shebang("#!/usr/bin/ruby")) // "ruby"
console.log(shebang("#!/usr/bin/env node")) // "node"

Tests

npm test

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i shebang

Weekly Downloads

22

Version

0.0.1

License

MIT

Last publish

Collaborators

  • alessioalex