Skip to content

Latest commit

 

History

History
 
 

README.md

shelljs-plugin-echo

echo for ShellJS

Installation

See Using ShellJS Plugins.

Usage

echo(string [, string ...])

Examples:

echo('hello world');
var str = echo('hello world');

Prints string to stdout, and returns a ShellString.