SpamExperts / aps2-addon

SpamExperts application for CloudBlue Commerce 20.4 and 20.5, built using the APS framework

Home Page:https://spamexperts.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Issue Count

SpamExperts

SpamExperts application for CloudBlue Commerce (20.4 and 20.5), built using the APS framework.

Build (OSX/Linux)

After cloning a local copy, simply run:

php build.php

And you'll get a build ready for packaging in 'spamexperts'. To get the ready-to-deploy package as well, simply add '--package':

php build.php --package

Note: If you want to use --package, you will need to install the APS PHP Runtime Library and the APS Command Line Tools.

Build Options

Here is a more detailed explanation of the options you can use for the build:

--src     => Source directory to use for the build (default is 'src'); Usage: --src my_source_dir
--dir     => Use a specific output directory name (default is 'spamexperts') Usage: --dir my_output_dir
--package => Build an APS package; you can optionally specify a name (default is 'SpamExperts-2.0-X.app.zip') Usage: --package; --package='my_package.app.zip'
--dev     => Development build (keeps some files; ignores --package) Usage: --dev

About

SpamExperts application for CloudBlue Commerce 20.4 and 20.5, built using the APS framework

https://spamexperts.com

License:GNU General Public License v2.0


Languages

Language:PHP 71.2%Language:JavaScript 28.0%Language:HTML 0.7%Language:CSS 0.0%