Skip to content
forked from rtomayko/rocco

Rocco is Docco in Ruby (Laid to rest in 2014, resurrected here in 2016)

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

hellojustin/rocco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.
   ___       ___       ___       ___       ___
  /\  \     /\  \     /\  \     /\  \     /\  \
 /::\  \   /::\  \   /::\  \   /::\  \   /::\  \
/::\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\
\;:::/  / \:\/:/  / \:\ \/__/ \:\ \/__/ \:\/:/  /
 |:\/__/   \::/  /   \:\__\    \:\__\    \::/  /
  \|__|     \/__/     \/__/     \/__/     \/__/

Rocco is a quick-and-dirty, literate-programming-style documentation generator for Ruby. See the Rocco generated docs for more information: http://rtomayko.github.com/rocco/

Rocco is a port of, and borrows heavily from, Docco -- the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator in CoffeeScript: http://jashkenas.github.com/docco/

Build Status

Installation

Rocco is a gem, but this is not the repository associated with the official Rubygems distribution of Rocco. The best way to install this gem is via Bundler, by pointing at this repository

In your Gemfile:

gem 'rocco', git: 'git@github.com:hellojustin/rocco.git'

Usage

Via Rake

Require rocco/tasks in your Rakefile, and create the rocco task.

require 'rocco/tasks'

# create the :rocco rake task with params: dest_dir, source_pattern, options
Rocco::make 'destination_dir/', 'source_dir/**/*.ext', {}

About

Rocco is Docco in Ruby (Laid to rest in 2014, resurrected here in 2016)

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.4%
  • HTML 2.6%