Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Latest commit

 

History

History

README.md

shelljs-plugin-<%=name%>

<%=desc%>

Installation

See Using ShellJS Plugins.

Usage

$.<%=name%>([options,] arg1)

Available options:

  • -f: Engages foo mode.

Examples:

$.<%=name%>('-f', 'bar');

Does something rather interesting.