Class: ConfigUserManager

ConfigUserManager

new ConfigUserManager()

Manager user config file
Source:

Methods

getUserConfig() → {Array.<Object>}

Return JSON object with user configuration and metadata from projects
Source:
Returns:
JSON with user config
Type
Array.<Object>

newProject(projectname)

Create initial information of project on userconfig
Parameters:
Name Type Description
projectname String [description]
Source:

saveUserConfig(jsoninfo) → {Boolean}

Save user config on file system
Parameters:
Name Type Description
jsoninfo Array.<Object> JSON with user config and projects metadata
Source:
Returns:
Success
Type
Boolean