Readonly
orderThe higher the number the later the feature will be invoked within each step.
The only real use of this is to make sure the sorting of the packageJson file happens last.
Called once at the start of Autolib, giving a change for each plugin to examine the package.
The returned examination result is merged together with the other plugins result, sharing them the next step. TODO: Re-evaluate if this is even useful or you should just keep your result in the plugin. This could return void
Runs after update
Automatically copies the license file to the outDir so it can be part of the distributed package. It uses the license file you defined in the root of your project. Or if you wish to override it, place one into the packages folder.