Nep supports generating a manifest by summarizing the steps in the installation workflow, checking the content that must be carried in the package before packaging.
For example, for the following example steps:
The following manifest will be generated:
Assuming the package name is VSCode
, the file VSCode/Code.exe
must be included when packaging.
You can find the complete basis for generating the manifest in Definition and API.