tombruijn/kotoba

View on GitHub
support/templates/new_project/config.rb.tt

Summary

Maintainability
Test Coverage
Kotoba.config do |config|
  config.title = "<%= @project_name %>"
  config.authors = ["John Doe"]
  config.filename = "<%= @project_name %>"
  config.export_to :pdf
end