Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarebyte/puppet-bartender
https://github.com/tarebyte/puppet-bartender
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarebyte/puppet-bartender
- Owner: tarebyte
- License: mit
- Created: 2014-04-01T21:29:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T21:32:21.000Z (over 10 years ago)
- Last Synced: 2024-10-17T19:50:52.400Z (about 1 month ago)
- Language: Ruby
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bartender App Puppet Module for Boxen
**[Bartender](http://www.macbartender.com)** lets you organize your menu bar apps, by hiding them, rearranging them, or moving them to Bartender's Bar.
[![Build Status](https://travis-ci.org/tarebyte/puppet-bartender.svg?branch=master)](https://travis-ci.org/tarebyte/puppet-bartender)
## Usage
```puppet
include bartender
```## Required Puppet Modules
* `boxen`
## Development
Set `GITHUB_API_TOKEN` in your shell with a [Github oAuth Token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use) to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like `Unable to find module 'boxen/puppet-boxen' on https://github.com`.
Then write some code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.