Skip to content

v1.1.1: Ignore rule support!

Compare
Choose a tag to compare
@JL102 JL102 released this 07 Nov 19:37
· 5 commits to master since this release

Pack-MMIP and Pack-ZIP now support ignore rules. Create a file named .mmipignore, and it will allow you to ignore files according to a glob pattern. Operates similarly to .gitignore.

Install via NPM:
npm install --global pack-mmip

However, if you like to install it from source, you can still do so:

  1. Install node.js
  2. Download pack-mmip as a zip, and extract it to the folder of your choice
  3. Add the folder to your system PATH
  4. Then, you can run pack-mmip and pack-zip from anywhere via cmd or PowerShell.