bootme-shell
v0.0.26
Published
Task to execute portable Unix shell commands
Readme
bootme-shell
Task to execute portable Unix shell commands
Usage
registry.addTask(
new ShellTask('echo').setConfig({
cmd: 'echo',
args: ['BootMe']
})
)Result
- Look at shelljs
Caveats
Don't forget to register your onRollback hook to rollback the operation.
