Nil plugin

The Nil plugin can be used to by-pass the need for a plugin when only parts primitives are required.

Common cases include:

Keywords

This plugin uses the common plugin keywords as well as those for sources.

This plugin in itself has no requirement.

Dependencies

This plugin has no dependencies.

How it works

This plugin does nothing. It serves as a noop when there is a need to only use native part properties.

Examples

The following snippet declares a part using the nil plugin to fetch and unpack hello defined in stage-packages:

parts:
  nil:
    plugin: nil
    stage-packages:
      - hello