Usage:
  slc loopback:datasource [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 data-source to create.  Type: String  Required: false

Description:
  Creates a new DataSource in the LoopBack application.

Example:

  slc loopback:datasource crm

  This adds an entry to `datasources.json` defining the data-source "crm".
