Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarebyte/puppet-marked2
https://github.com/tarebyte/puppet-marked2
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarebyte/puppet-marked2
- Owner: tarebyte
- License: mit
- Created: 2014-03-25T17:55:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T15:36:21.000Z (over 10 years ago)
- Last Synced: 2024-10-17T19:51:23.571Z (about 1 month ago)
- Language: Ruby
- Size: 185 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Marked 2 App Puppet Module for Boxen
**[Marked](http://marked2app.com/)** is a previewer for Markdown files. Use it with your favorite text editor and it updates every time you save. With robust features for previewing, reviewing and exporting beautiful documents, you can work in plain text while reveling in rich formatting.
[![Build Status](https://travis-ci.org/tarebyte/puppet-marked2.svg?branch=master)](https://travis-ci.org/tarebyte/puppet-marked2)
## Usage
```puppet
include marked2
```## 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.