The Appc Daemon is a server that runs on a developer's computer and hosts services which power the tooling for Axway products such as Axway Titanium SDK.
This monorepo contains several packages which collectively define the Appc Daemon.
Refer to the docs for getting started and technical information.
Report issues to GitHub issues. Official issue tracker in JIRA.
Plugins are installed using the appcd pm install
command. They can also be globally installed
using npm
.
The plugins are located in separate repos and referenced as git submodules. To work on a plugin,
begin by forking the specific plugin repo and initialize the submodules referenced in this repo.
Run gulp sync
to generate a .appcdrc
, then edit this file and update the plugin remote URLs,
then rerun the command.
git pull
gulp sync
yarn
gulp build
This project is open source under the Apache Public License v2 and is developed by
Axway, Inc and the community. Please read the LICENSE
file included
in this distribution for more information.