https://github.com/tidev/appc-daemon
The most amazing daemon on Earth
https://github.com/tidev/appc-daemon
npm-package
Last synced: 2 months ago
JSON representation
The most amazing daemon on Earth
- Host: GitHub
- URL: https://github.com/tidev/appc-daemon
- Owner: tidev
- License: other
- Created: 2015-12-03T22:15:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:15:13.000Z (over 1 year ago)
- Last Synced: 2024-09-29T09:22:17.103Z (9 months ago)
- Topics: npm-package
- Language: JavaScript
- Homepage:
- Size: 10.7 MB
- Stars: 8
- Watchers: 20
- Forks: 8
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Appc Daemon
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](docs/) for getting started and technical information.
Report issues to [GitHub issues][2]. Official issue tracker in [JIRA][3].
## Plugins
Plugins are installed using the `appcd pm install` command. They can also be globally installed
using `npm`.### Plugin Development Workflow
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.```sh
git pull
gulp sync
yarn
gulp build
```## Legal
This project is open source under the [Apache Public License v2][1] and is developed by
[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][1] file included
in this distribution for more information.[1]: https://github.com/appcelerator/appc-daemon/blob/master/LICENSE
[2]: https://github.com/appcelerator/appc-daemon/issues
[3]: https://jira.appcelerator.org/projects/DAEMON/issues