0.4.0 • Published 6 years ago

term-launcher v0.4.0

Weekly downloads
90
License
MIT
Repository
github
Last release
6 years ago

:computer: :rocket: Term Launcher

Greenkeeper badge

Launch terminals and jupyter consoles from node.

Installation

npm install term-launcher

Example

const term = require('term-launcher');

term.launchTerminal('echo Hello world!');
term.launchTerminal('ls', '~/Desktop');
term.launchTerminal('ls', '~/Desktop', 'iTerm.app');

term.launchJupyter('<path-to-connection-file-of-running-kernel>');
term.launchJupyter('<path-to-connection-file>', 'Desktop', 'iTerm.app');

Documentation

The full API documentation can be found here.

0.4.0

6 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago