Skip to content

getstacker/stacker-shelljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Stacker shelljs plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published