is-command-exists

1.0.1 • Public • Published

is-command-exists Build Status

Verify if command exists on linux.

installation

$ npm install is-command-exists

Example

const isCommandExists = require('is-command-exists');

// returns true or false
const exists = await isCommandExists('ls')

/is-command-exists/

    Package Sidebar

    Install

    npm i is-command-exists

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    2.25 kB

    Total Files

    7

    Last publish

    Collaborators

    • jandersonmartins