Module: Feature_ConfigByGitUser

Enable developer specific config identified by git user name.

Source:
features/configByGitUser.js

Members


<static> type :string

This feature is loaded at configuration stage

Type:
  • string
Source:
features/configByGitUser.js

Methods


<static> load_(app, options)

Load the feature

Parameters:
Name Type Description
app App

The cli app module object

options object

Options for the feature

Properties:
Name Type Argument Description
options.fallbackName string <optional>

Fallback username for git user not available

Source:
features/configByGitUser.js
Returns:
Type
Promise.<*>