BuildUtils
@codification/cutwater-build-core > BuildUtils
Class
Hierarchy
BuildUtils
Methods
Methods
<Static>
createDirectoryPath
▸ createDirectoryPath(dirPath: string
): void
Defined in BuildUtils.ts:27
Parameters:
Name | Type |
---|---|
dirPath | string |
Returns: void
<Static>
createFilePath
▸ createFilePath(filePath: string
): void
Defined in BuildUtils.ts:39
Parameters:
Name | Type |
---|---|
filePath | string |
Returns: void
<Static>
toPath
▸ toPath(filePath: string
[], maxElements?: undefined
| number
): string
Defined in BuildUtils.ts:18
Parameters:
Name | Type | |
---|---|---|
filePath | string [] | |
Optional maxElements | undefined \ | number |
Returns: string
<Static>
toPathElements
▸ toPathElements(filePath: string
): string
[]
Defined in BuildUtils.ts:14
Parameters:
Name | Type |
---|---|
filePath | string |
Returns: string
[]
<Static>
toSimplePackageName
▸ toSimplePackageName(packageName: string
): string
Defined in BuildUtils.ts:5
Parameters:
Name | Type |
---|---|
packageName | string |
Returns: string