| Class | Description |
|---|---|
| AbstractMojo |
A mojo with a given log level that can be set using a property parameter.
|
| AngularMojo |
Goal which executes Angular ng command.
|
| CleanMojo |
Goal to clean an npm workspace.
|
| LogHandler |
A handler to write what is read from an output stream (e.g. std.out or std.err) into a logger.
|
| LogHandler.StdErr |
Implementation that logs default line to 'warn' : that kinda suits the std.err output.
|
| LogHandler.StdOut |
Implementation that logs default line to 'info' : that kinda suits the std.out output.
|
| NpmMojo |
Goal which executes npm.
|
| NpmRunAllMojo |
Goal which executes all arguments as npm commands.
|
Copyright © 2020. All rights reserved.