Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakamadare/puppet-mono
https://github.com/hakamadare/puppet-mono
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hakamadare/puppet-mono
- Owner: hakamadare
- License: mit
- Created: 2014-05-20T00:39:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T17:13:55.000Z (over 10 years ago)
- Last Synced: 2023-03-11T21:18:53.024Z (almost 2 years ago)
- Language: Shell
- Size: 188 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
# Mono Puppet Module for Boxen [![Build Status](https://travis-ci.org/hakamadare/puppet-mono.png)](https://travis-ci.org/hakamadare/puppet-mono)
Install [Mono](http://mono-project.com/), an open source, cross-platform,
implementation of C# and the CLR that is binary compatible with Microsoft.NET## Usage
```puppet
class { 'mono':
development => true,
}
```## Required Puppet Modules
* `boxen`
* `homebrew`
* `stdlib`
* `runthebusiness/fetchfile`## Development
Write code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.