1.1.1 • Published 2 years ago

shellcommander v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago