0.1.3 • Published 10 years ago

is-global-exec v0.1.3

Weekly downloads
114
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago