Muqriz 48f16bfc3e initail first | 4ヶ月前 | |
---|---|---|
.. | ||
index.js | 4ヶ月前 | |
license | 4ヶ月前 | |
package.json | 4ヶ月前 | |
readme.md | 4ヶ月前 |
Get the command from a shebang
$ npm install shebang-command
const shebangCommand = require('shebang-command');
shebangCommand('#!/usr/bin/env node');
//=> 'node'
shebangCommand('#!/bin/bash');
//=> 'bash'
Type: string
String containing a shebang.