NAME

  ark -- package source files into a browser-friendly JavaScript file
  
SYNOPSIS

  ark <subcommand> <options>
  
COMMANDS

  ark package <options>
  
  SYNOPSIS 
  
  Perform the packaging for a given manifest, writing the resulting JavaScript
  to standard output.
  
  OPTIONS
  
    --path, -p  <path>                Path to manifest for the ark directory
                                      containing your manifest (the `ark.cson`
                                      file). Defaults to the current directory.
                                      
    --output, -o <path>               Path to the Output file -- defaults to 
                                      standard output.
                                      
    --verbose, -v                     Log information to help diagnose 
                                      problems.
                                      
                                      
  ark [list|ls] <options>
  
  SYNOPSIS
  
  List the files in the manifest. Useful when using globbing in the manifest, 
  in order to see the results of the glob expansion.
  
  OPTIONS
  
    --path, -p  <path>                Path to manifest for the ark directory
                                      containing your manifest (the `ark.cson`
                                      file). Defaults to the current directory.