/code-cast

A simple zero-configuration command-line to cast project source code.

Primary LanguageJavaScriptMIT LicenseMIT

dependencies status license

code-cast: a command-line to cast project source code

http-server is a simple, zero-configuration command-line to cast project source code.

Installing globally:

Installation via npm:

 npm install code-cast -g

This will install code-cast globally so that it may be run from the command line.

Usage:

 code-cast [path] [options]

[path] defaults to ./.

Available Options:

-p Port to use (defaults to 3000)

-o Open browser window after starting the server

-h or --help Print this list and exit.