add skin

Creates MobileFirst skins in your hybrid app.

Syntax

mfp add skin [--environment|-e <type> <name>]

Parameters

--environment|-e <type>
Your app environment. Valid values: android|blackberry|blackberry10|iphone|ipad.
<name>
Name of the skin.

Usage

  • Interactive: $ mfp add skin. You are prompted for the environment type and the name of the skin.
  • Direct: $ mfp add skin [-e android superSkins].