0.0.5 • Published 5 years ago

exec-inline v0.0.5

Weekly downloads
46
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago