Cake.LibMan is an Addin that extends Cake for executing commands with the LibMan (Library Manager) command line interface (cli).
#addin nuget:?package=Cake.LibMan&version=1.0.1
        
    
dotnet add package Cake.LibMan --version 1.0.1
        
    
<PackageReference Include="Cake.LibMan" Version="1.0.1" />
        
    Aliases
            LibMan Install aliases
            
Cache
| 
                                
                                
LibManCacheClean | 
                            
                                
            Clears library cache using the specified configurator LibManCacheCleanSettings.
            
                             | 
                        
| 
                                
                                
LibManCacheClean | 
                            
                                
            Clears library cache using the specified LibManCacheCleanSettings settings.
            
                             | 
                        
| 
                                
                                
LibManCacheClean | 
                            letes Clears library cache using the default settings | 
Clean
| 
                                
                                
LibManClean | 
                            Deletes library files previously restored via LibMan using the settings returned by a configurator. Folders that become empty after this operation are deleted. | 
| 
                                
                                
LibManClean | 
                            Deletes library files previously restored via LibMan using the specified settings. Folders that become empty after this operation are deleted. | 
| 
                                
                                
LibManClean | 
                            Deletes library files previously restored via LibMan in the current working directory. Folders that become empty after this operation are deleted. | 
Install
| 
                                
                                
LibManInstall | 
                            Installs client side libraries using the settings returned by a configurator. | 
| 
                                
                                
LibManInstall | 
                            Installs client side libraries using the specified settings. | 
| 
                                
                                
LibManInstall | 
                            Installs client side libraries for the project in the current working directory. | 
Restore
| 
                                
                                
LibManRestore | 
                            Restores client side libraries using the settings returned by a configurator. | 
| 
                                
                                
LibManRestore | 
                            Restores client side libraries using the specified settings. | 
| 
                                
                                
LibManRestore | 
                            Restores client side libraries for the project in the current working directory. | 
Uninstall
| 
                                
                                
LibManUninstall | 
                            Uninstalls client side libraries using the settings returned by a configurator. | 
| 
                                
                                
LibManUninstall | 
                            Uninstalls client side libraries using the specified settings. | 
