Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
Submodule
Contains helper functions which allow to deal with git submodules.
Nested types and modules
Type | Description |
Submodule |
This record represents a git submodule binding. |
Functions and values
Function or value | Description |
add(...)
Signature: superRepositoryDir:string -> remotePath:string -> localPath:string -> branch:string -> unit
|
Adds a submodule to the given super repository. Parameters
|
getSubModules(repositoryDir)
Signature: repositoryDir:string -> seq<Submodule>
|
Gets all submodules from the given repository directory. |
init superRepositoryDir name
Signature: superRepositoryDir:string -> name:string -> unit
|
Inits a submodule with the given name in a subfolder of the given super repository. Parameters
|