An open API service indexing awesome lists of open source software.

https://github.com/tidev/appcd-plugin-template

A project template for creating Appc Daemon plugins.
https://github.com/tidev/appcd-plugin-template

npm-package

Last synced: 7 months ago
JSON representation

A project template for creating Appc Daemon plugins.

Awesome Lists containing this project

README

          

# Appc Daemon Plugin Template

This package contains a template for creating a plugin for the [Appc Daemon][1].

This template ships with the Appc Daemon and you can create new plugins by running:

```
appcd pm new myplugin
```

## Documentation

Please refer to the Appc Daemon's [Plugin System][plugin_system] docs for information about plugin
types, lifecycle, `package.json` settings, `appcd-*` dependencies, and debugging.

[plugin_system]: https://github.com/appcelerator/appc-daemon/blob/master/docs/Components/Plugin-System.md

## Legal

This project is open source under the [Apache Public License v2][2] and is developed by
[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][2] file included
in this distribution for more information.

[1]: https://github.com/appcelerator/appc-daemon
[2]: https://github.com/appcelerator/appc-daemon/blob/master/LICENSE