3.0.0 • Published 1 year ago

detect-shells v3.0.0

Weekly downloads
18
License
MIT
Repository
github
Last release
1 year ago

Detect Shells

Extracted from https://github.com/desktop/desktop/tree/development/app/src/lib/shells

import path from 'node:path';
import { getAvailableShells, launchShell } from 'detect-shells';

const shells = await getAvailableShells();
await launchShell(shells[0], process.cwd());

License -> https://github.com/desktop/desktop/blob/development/LICENSE

3.0.0

1 year ago

2.0.0

2 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

4 years ago

0.0.1

5 years ago