0.1.3 • Published 8 years ago

is-global-exec v0.1.3

Weekly downloads
114
License
MIT
Repository
github
Last release
8 years ago

is-global-exec

Build Status npm

Checks whether executable is global.

Installation

npm i is-global-exec -S

Usage

test/test

var isGlobal = require('is-global-exec')
console.log(isGlobal())

run script

$ node test/test
# -> false # 'test/test' is local executable

$ test/test
# false # 'test/test' is local executable

# if 'test/test' is install global, it will print 'true'

License

MIT

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago