Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/docpad-archive/docpad-plugin-ruby
- Owner: docpad-archive
- Created: 2012-10-17T02:03:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-17T06:25:36.000Z (over 10 years ago)
- Last Synced: 2024-03-26T02:49:46.755Z (8 months ago)
- Topics: docpad-plugin, unsupported
- Language: CoffeeScript
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
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)