1.1.0 • Published 6 years ago

@appcd/plugin-titanium-cli v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

:warning: THIS REPO HAS MOVED TO https://github.com/appcelerator/appc-daemon

Since 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.

Appc Daemon Plugins

This monorepo orchestrates plugins for the Appc Daemon.

Report issues in JIRA.

Installation

Plugins are installed directly from npm.

Development Workflow

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 git@github.com:<YOUR GITHUB USERNAME>/appc-daemon-plugins.git
cd appc-daemon-plugins

git remote add appc git@github.com: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

Legal

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.