Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/docpad-archive/docpad-plugin-ruby

Adds support for the Ruby language to DocPad.
https://github.com/docpad-archive/docpad-plugin-ruby

docpad-plugin unsupported

Last synced: 2 days ago
JSON representation

Adds support for the Ruby language to DocPad.

Awesome Lists containing this project

README

        

# Ruby Plugin for DocPad
Adds support to [DocPad](https://docpad.org) for writing your templates using [Ruby](http://en.wikipedia.org/wiki/ERuby)

Convention: `.anything.rb|ruby|erb`

**Note:** this plugin provides ruby the template data, but you will not be able to call the template helpers as there is no easy way for ruby to communicate with javascript (which is what DocPad is built with), as such, you will probably want to use the [eco plugin](http://docpad.org/plugin/eco) instead.

## Install

```
npm install --save docpad-plugin-ruby
```

## History
You can discover the history inside the `History.md` file

## License
Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)

Copyright © 2012 [Bevry Pty Ltd](http://bevry.me)

Copyright © 2011 [Benjamin Lupton](http://balupton.com)