bootme-shell

0.0.26 • Public • Published

bootme-shell

Task to execute portable Unix shell commands

Usage

registry.addTask(
  new ShellTask('echo').setConfig({
    cmd: 'echo',
    args: ['BootMe']
  })
)

Result

Caveats

Don't forget to register your onRollback hook to rollback the operation.

Readme

Keywords

Package Sidebar

Install

npm i bootme-shell

Weekly Downloads

4

Version

0.0.26

License

ISC

Last publish

Collaborators

  • starptech