stacker-shelljs
v0.1.0
Published
Stacker shelljs plugin
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'