https://github.com/agilecreativity/puppet-qtcreator
https://github.com/agilecreativity/puppet-qtcreator
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agilecreativity/puppet-qtcreator
- Owner: agilecreativity
- License: mit
- Created: 2015-03-20T02:52:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T02:56:28.000Z (over 11 years ago)
- Last Synced: 2025-04-06T15:15:20.623Z (over 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# QT Creatator Puppet Module for Boxen
Install [QT Creator](http://www.qt.io/) binary on Mac OS X.
## Usage
Add the following line in your `Puppetfile`
```
github 'qtcreator', "0.1.0", :repo => 'agilecreativity/puppet-qtcreator'
```
Then include this line in your manifest
```puppet
include qtcreator
```
## Required Puppet Modules
* `boxen`
## Development
Write code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.