new MitosisProgram( argv, cwd ) → {Promise.<number>}

Parameters
Name Type Description
argv Array.<string> command line arguments
cwd string | function Current Working Directory
Returns
Returns the copy process final status
Details

Members


<static, readonly> FOLDER_MATCHER

Description
RegExp to validate proper path win/*nix
Properties
Name Type Description
FOLDER_MATCHER
Returns
RegExp to validate proper path win/*nix
Details

<static, readonly> DEFAULT_SOURCE_PATH

Description
Default Source Path
Properties
Name Type Description
DEFAULT_SOURCE_PATH
Returns
Default Source Path
Details

Methods


<static> cmdParser( argv ) → {Commander}

Parameters
Name Type Description
argv Array.<string> command line arguments
Returns
Returns a commander instanced with parsed argv
Details