Function: getWorkspaceLayout
▸ getWorkspaceLayout(tree
): Object
Returns workspace defaults. It includes defaults folders for apps and libs, and the default scope.
Example:
1{ appsDir: 'apps', libsDir: 'libs' }
2
Parameters
Name | Type | Description |
---|---|---|
tree | Tree | file system tree |
Returns
Object
Name | Type |
---|---|
appsDir | string |
libsDir | string |
standaloneAsDefault | boolean |