Manifest

    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:

    [add_path]
    name = "Add PATH"
    step = "Path"
    record = "Code.exe"
    operation = "Add"
    

    The following manifest will be generated:

    ["Code.exe"]

    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.