Socket
Book a DemoInstallSign in
Socket

bootme-shell

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootme-shell

Task to execute portable Unix shell commands

latest
Source
npmnpm
Version
0.0.26
Version published
Maintainers
1
Created
Source

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.

Keywords

bootme

FAQs

Package last updated on 18 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts