Class InstallLibsService
Inheritance
object
InstallLibsService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.LIbs
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class InstallLibsService : IInstallLibsService, ITransientDependency
Constructors
InstallLibsService(NpmHelper)
Declaration
public InstallLibsService(NpmHelper npmHelper)
Parameters
| Type | Name | Description |
|---|---|---|
| NpmHelper | npmHelper |
Fields
LibsDirectory
Declaration
public const string LibsDirectory = "./wwwroot/libs"
Field Value
| Type | Description |
|---|---|
| string |
Properties
Logger
Declaration
public ILogger<InstallLibsService> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><InstallLibsService> |
NpmHelper
Declaration
public NpmHelper NpmHelper { get; }
Property Value
| Type | Description |
|---|---|
| NpmHelper |
Methods
InstallLibsAsync(string)
Declaration
public Task InstallLibsAsync(string directory)
Parameters
| Type | Name | Description |
|---|---|---|
| string | directory |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |