Sha256: 2404508c33cc0796f21aa3f78cab85de410ecc2febba20fd7a303342a444bb98

Contents?: true

Size: 683 Bytes

Versions: 2

Compression:

Stored size: 683 Bytes

Contents

<% chapter "Usage" do %>
  <% section "Command-line interface" do %>
    When you run this command:

        <%= $program %> --help

    You will see this output:

    <pre><%= verbatim `ruby bin/#{$program} --help` %></pre>

    > TODO: explain the command-line arguments
  <% end %>

  <% section "Ruby library interface" do %>
    > TODO: explain how to use your project's Ruby library
    >       from inside another Ruby program or library
  <% end %>

  <% section "Tutorial" do %>
    This tutorial shows how **<%= $project %>** is used to __________.

    > TODO: give examples for doing common tasks
  <% end %>

  > TODO: explain how to do more (advanced) things
<% end %>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
testing_please_ignore-0.0.0 doc/usage.erb
testing_please_ignore2-0.0.0 doc/usage.erb