caoge c760052ff9 机车状态修改 | 8 달 전 | |
---|---|---|
.. | ||
index.js | 8 달 전 | |
license | 8 달 전 | |
package.json | 8 달 전 | |
readme.md | 8 달 전 |
Get the command from a shebang
$ npm install --save shebang-command
const shebangCommand = require('shebang-command');
shebangCommand('#!/usr/bin/env node');
//=> 'node'
shebangCommand('#!/bin/bash');
//=> 'bash'
Type: string
String containing a shebang.
MIT © Kevin Martensson