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.
- Host: GitHub
- URL: https://github.com/tidev/appcd-plugin-template
- Owner: tidev
- License: other
- Created: 2018-01-06T00:24:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T21:40:57.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:49:16.363Z (over 1 year ago)
- Topics: npm-package
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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