Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samcrow/ppl-plugin-template
X-Plane plugin template that includes the PPL library
https://github.com/samcrow/ppl-plugin-template
Last synced: about 2 months ago
JSON representation
X-Plane plugin template that includes the PPL library
- Host: GitHub
- URL: https://github.com/samcrow/ppl-plugin-template
- Owner: samcrow
- License: bsl-1.0
- Created: 2014-11-21T02:52:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T03:26:10.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T23:25:21.563Z (3 months ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# Plugin Template #
A template for X-Plane plugins, using [plugin-interface](https://github.com/samcrow/plugin-interface), with a script for automatic project configuration
## To use ##
Clone the project recursively to include the plugin-interface code
$ git clone --recursive https://github.com/samcrow/PPL-plugin-template.git YourPluginName
$ cd YourPluginNameUse the included script to set up the code with your plugin name, signature and description
$ ./bootstrap.rb YourPluginName 'Your Plugin Name' 'your.plugin.signature' 'A description of your plugin'
## Licensing ##
The licensing for this project is intended to provide ultimate freedom from restrictions on the files that remain after `bootstrap.rb` is executed.
`bootstrap.rb` is licensed under the Boost software license.
The plugin-interface code (in a submodule) is licensed under the Boost software license.
The project file and the plugin source and header files are in the public domain.