Usage:
  slc loopback:boot-script [options] [<name>]

Options:
  -h,   --help          # Print the generator's options and usage
        --skip-cache    # Do not remember prompt answers             Default: false
        --skip-install  # Do not automatically install dependencies  Default: false

Arguments:
  name  # Name of the boot script to create.  Type: String  Required: false

Description:
  Creates a new boot script in the LoopBack application.

Example:

  slc loopback:boot-script [your-script-name]

  This generates a boot script in `/server/boot`.
