Anonymous View
Skip to content

taskjs/task-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-shell

Execute unix shell commands with shelljs.

The "shell" task

Usage Examples

var shell = new (require('task-shell'))
shell.run(inputs, options, logger)

Options

options.command

Type: string

Unix shell command like cp -R stuff/* out/.

Release History

  • 2014-04-08 0.1.0 Initial release.

License

Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

About

Execute unix shell commands with shelljs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors