XuelesszzZ 94af2b8e7b 6-30-5 | 1 vuosi sitten | |
---|---|---|
.. | ||
index.js | 1 vuosi sitten | |
license | 1 vuosi sitten | |
package.json | 1 vuosi sitten | |
readme.md | 1 vuosi sitten |
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