0.0.5 • Published 4 years ago

exec-inline v0.0.5

Weekly downloads
46
License
MIT
Repository
github
Last release
4 years ago

exec-inline

Make it more convenient to execute commands with inherited stdio

Usage

const { spawnSync } = require('exec-inline')

// Print "hello world"
spawnSync('echo', 'hello', 'world')

// Print "Exiting" and exit with code 123
spawnSync('bash', '-c', 'console.log("Exiting"); process.exit(123)').exit()

License

MIT © Hoàng Văn Khải

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago