⚠️ THIS REPO HAS MOVED TO https://github.com/appcelerator/appc-daemonSince all of the plugins have been moved out of this repo and into submodules, it made sense to just have the
appc-daemon
repo contain the plugin submodule references.
This monorepo orchestrates plugins for the Appc Daemon.
Report issues in JIRA.
Plugins are installed directly from npm
.
The plugins are located in separate repos and brought in via git submodules. To work on a plugin, begin by forking the individual plugin repo. Next fork or clone this repo and sync the submodules.
git clone [email protected]:<YOUR GITHUB USERNAME>/appc-daemon-plugins.git
cd appc-daemon-plugins
git remote add appc [email protected]:appcelerator/appc-daemon-plugins.git
git submodule init
mv .git/config .git/config.bak
sed 's/:appcelerator\//:<YOUR GITHUB USERNAME>\//' .git/config.bak > .git/config
git submodule update
yarn
yarn run link
yarn run build
To get the latest changes:
git pull appc master
git submodule update
yarn
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.