https://github.com/tarebyte/puppet-marked2
https://github.com/tarebyte/puppet-marked2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarebyte/puppet-marked2
- Owner: tarebyte
- License: mit
- Created: 2014-03-25T17:55:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T15:36:21.000Z (about 12 years ago)
- Last Synced: 2025-04-06T06:35:16.551Z (about 1 year ago)
- Language: Ruby
- Size: 185 KB
- Stars: 1
- Watchers: 1
- 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.
[](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.