Skip to content

macports

The macports resource reference. This resource installs global npm packages.

Parameters:

  • install: (array[string | { name: string, version: string }]) An array of packages to install. This array accepts either the name of the package (installs the latest version) or an object with name and version.

Example usage:

codify.json
[
{
"type": "macports",
"install": [
"git",
{
"name": "ffmpeg",
"version": "4.4.6"
}
]
}
]