stacker-shelljs
v0.1.0
Published
Stacker shelljs plugin
Downloads
2
Readme
Stacker shelljs Plugin
Wrapper for shelljs.
Use this plugin instead of shelljs directly to support future async support as well as global namespace issues.
Usage:
# In stacker task file
require 'stacker-shelljs/global'
# Example shelljs commands
ls '*.md'
(cat '*.md').to 'docs.md'