5.0.6 • Published 6 years ago

execcli v5.0.6

Weekly downloads
4,155
License
MIT
Repository
github
Last release
6 years ago

execcli

Build Status Code Climate Code Coverage npm Version

Execute CLI command on sub process.

Installation

npm install execcli --save

Usage

#!/usr/bin/env node

/**
 * This is an example to use execcli.
 */

'use strict'

const execcli = require('execcli')

// Equivalent to execute `ls -l .` from command line.
execcli('ls', [ '.', { 'l': true } ]).then(() => {
  /* ... */
})

Options

KeyDescriptionDefault
notfoundInstruction text when bin not found.''
cwdWorking directory pathprocess.cwd()

License

This software is released under the MIT License.

5.0.6

6 years ago

5.0.5

6 years ago

5.0.4

6 years ago

5.0.3

7 years ago

5.0.2

8 years ago

5.0.1

8 years ago

5.0.0

8 years ago

4.0.11

8 years ago

4.0.10

9 years ago

4.0.9

9 years ago

4.0.8

9 years ago

4.0.7

9 years ago

4.0.6

9 years ago

4.0.5

9 years ago

4.0.4

9 years ago

4.0.3

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.1

9 years ago

3.0.0

10 years ago

2.3.0

10 years ago

2.2.4

10 years ago

2.2.3

10 years ago

2.2.2

10 years ago

2.2.1

10 years ago

2.2.0

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.1

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago