1
0
Fork 0
puppet-whatpulse/README.md

24 lines
534 B
Markdown
Raw Permalink Normal View History

2013-10-13 21:51:21 -04:00
# Whatpulse Puppet Module for Boxen
2013-04-05 11:33:42 -04:00
2013-10-13 21:51:21 -04:00
[![Build Status](https://travis-ci.org/atomaka/puppet-whatpulse.png?branch=master)](https://travis-ci.org/atomaka/puppet-whatpulse)
2013-04-05 11:33:42 -04:00
2013-10-13 21:51:21 -04:00
Install [Whatpulse](http://www.whatpulse.org/), an application for tracking your computing habits.
2013-02-13 15:02:52 -05:00
## Usage
```puppet
2013-10-13 21:51:21 -04:00
include whatpulse
2013-02-13 15:02:52 -05:00
```
2013-12-10 01:03:51 -05:00
## Extra
When launching WhatPulse for the first time, you will have to enable
Accessibility control for WhatPulse.
2013-02-13 15:02:52 -05:00
## Required Puppet Modules
2013-10-13 21:51:21 -04:00
* boxen
2013-10-13 21:51:21 -04:00
## Developing
2013-12-10 01:03:51 -05:00
Write tests. Write code. Run ```script/cibuild```.