Skip to content

v1.2.0: Major update!

Compare
Choose a tag to compare
@JL102 JL102 released this 02 Oct 19:20
· 4 commits to master since this release

Pack-MMIP version 1.2.0 contains several new features and changes:

  • Can now automatically detect the addon version and append it to the file, e.g. MyAddon-1.0.0.mmip, with the command-line argument -a / --appendversion
  • Now prints its own version with the command-line argument -v / --version
  • Now supports "preamble" comments to be automatically added to the top of any specified text file, in case you wish to include something like licensing agreements. Specify the file containing your preamble with --preamblefile <filename> and specify the comment pattern with --preamble-<filetype> <pattern>.
  • The --create-symlink tool now works more easily, and it outputs to the AppData folder by default instead of the MM5 install folder.
  • If you just type pack-mmip or pack-zip into the command line, it'll now print the entire help text.
  • .archiveignore is also now supported as an ignore file.

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.