leapShell

1.0.4 • Public • Published

leapShell

A node module that runs a shell command when at least one hand is detected by the Leap Motion sensor.

Basic Usage

 
var leapShell = require('leapShell');
var shellCommand = 'gulp test';
 
leapShell.detect(shellCommand);
 

Dependents (0)

Package Sidebar

Install

npm i leapShell

Weekly Downloads

1

Version

1.0.4

License

ISC

Last publish

Collaborators

  • wzaghal