-
Notifications
You must be signed in to change notification settings - Fork 1
Archiving projects
JulianFun123 edited this page Nov 17, 2019
·
1 revision
You can build the project into a zip
file!
php uppm archive
Every setting is optional
{
"name": "uppm",
"version": "1.0",
...
"archive": {
"output": "test.zip",
"src": "src",
"ignore": [
".gitignore",
".idea",
".git"
]
}
}
Tip
You can ignore files and directories. Directories will be recursivly ignored
UPPM - InteraApps 2019