Global

Members


<constant> args :any

Command Line Arguments Helper

Returns the command line argument array starting on the third element

Type:
  • any
Source:

<constant> colorFormat :string

Command Line Argument

The color format to create (Hex, Gimp, RGB, HSL)

Type:
  • string
Source:

<constant> commands :Array.<Command>

Global.Command Object

Creates all Console switches and commands

Type:
  • Array.<Command>
Source:

<constant> exit :any

Application Exit Helper

Reference to the process.exit field

Type:
  • any
Source:

<constant> helpMe :string

Command Line Argument

Request for the help menu

Type:
  • string
Source:

<constant> helpMessage :any

Console Helper

Displays message sent to the printHelp method

Type:
  • any
Source:

hexColors :Array.<string>

Color Format

An array containing all colors found in the source file or URL

Type:
  • Array.<string>
Source:

<constant> info :any

Console Helper

Displays 'Information' level messages to the console

Type:
  • any
Source:

<constant> infoBold :any

Console Helper

Displays bold 'Information' level messages to the console

Type:
  • any
Source:

<constant> inputPath :string

Command Line Argument

The source file path or URL location

Type:
  • string
Source:

<constant> isCss :boolean

Command Line Argument

Is CSS a requested output file type

Type:
  • boolean
Source:

<constant> isGimp :boolean

Command Line Argument

Is Gimp Palette File a requested output file type

Type:
  • boolean
Source:

<constant> isLess :boolean

Command Line Argument

Is LESS a requested output file type

Type:
  • boolean
Source:

<constant> isSass :boolean

Command Line Argument

Is SASS a requested output file type

Type:
  • boolean
Source:

<constant> log :Console

Log Helper

Reference to the console.log method

Type:
  • Console
Source:

name :string

Command Line Argument

The file name to assign all output files

Type:
  • string
Source:

outputPath :string

Command Line Argument

The directory to save all output files

Type:
  • string
Source:

<constant> warning :any

Console Helper

Displays 'Warning' level messages to the console

Type:
  • any
Source: