Using Packages

To use ZPM packages you should have the following directory structure:

Optionally

.package.json

In the .package.json you describe what dependencies (packages, modules, and
assets) your own project uses.

extern

In this folder the external packages downloaded by ZPM are stored.

assets

In this folder the external assets downloaded by ZPM are stored.

Premake5 Usage

Since ZPM only download dependencies for you, you should define how to use them.