1.1.1 • Published 3 years ago

shellcommander v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Overview:

ShellCommander is a child_process wrapper for execute shell command in node

Example:

import { execute, executeJsFile, executePs1File } from 'shellcommander'
const result = await execute(`node --version`);
try {
	await execute(`fakeCommand test`);
} catch {
  return;
}
await executeJsFile('./dist/index.js');
await executePs1File('./test/test.ps1');
1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago