Front end of the Slack clone application.
jpsp91 07dd8af64f root page set před 6 roky
..
index.js root page set před 6 roky
license root page set před 6 roky
package.json root page set před 6 roky
readme.md root page set před 6 roky

readme.md

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