sineedgelenderapp/plugins/cordova-sqlite-storage/node_modules/shebang-command
venbatechnologies@gmail.com 3725eb6296 Fairoj : sales pd issue fixes
2019-12-11 19:16:08 +05:30
..
index.js Fairoj : sales pd issue fixes 2019-12-11 19:16:08 +05:30
license Fairoj : sales pd issue fixes 2019-12-11 19:16:08 +05:30
package.json Fairoj : sales pd issue fixes 2019-12-11 19:16:08 +05:30
readme.md Fairoj : sales pd issue fixes 2019-12-11 19:16:08 +05:30

shebang-command Build Status

Get the command from a shebang

Install

$ npm install --save shebang-command

Usage

const shebangCommand = require('shebang-command');

shebangCommand('#!/usr/bin/env node');
//=> 'node'

shebangCommand('#!/bin/bash');
//=> 'bash'

API

shebangCommand(string)

string

Type: string

String containing a shebang.

License

MIT © Kevin Martensson