Badgerati / Parcel

Cross-platform PowerShell package manager and provisioner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New "scripts" property to setup global pre/post scripts

Badgerati opened this issue · comments

Packages each have their own pre/post install/uninstall script properties, as well as each provider - soon. This is to create a global one for running a pre-install script before all installations begins (etc.):

---
scripts:
  pre:
    install:
    uninstall:
  post:
    install:
    uninstall:

packages:
- name: etc

This can just re-use the same [ParcelScripts] class like packages.