Sha256: 51a64c7141011e92e75c546d03300cf1d129ca85170f8dc78d3b20571113fa07

Contents?: true

Size: 1.59 KB

Versions: 4

Compression:

Stored size: 1.59 KB

Contents

:toc: macro
:toclevels: 5
:figure-caption!:

= <%= configuration.project_label %>

<% if configuration.build_rubocop %>
[link=https://www.alchemists.io/projects/code_quality]
image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide]
<% end %>

toc::[]

== Features

== Screencasts

== Requirements

. link:https://www.ruby-lang.org[Ruby].

== Setup
<% if configuration.build_setup %>

To set up the project, run:

[source,bash]
----
bin/setup
----
<% end %>

== Usage

== Development
<% if configuration.build_console %>

You can also use the IRB console for direct access to all objects:

[source,bash]
----
bin/console
----
<% end %>

== Tests

To test, run:

[source,bash]
----
bundle exec rake
----

== Versioning

Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:

* Major (X.y.z) - Incremented for any backwards incompatible public API changes.
* Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
* Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.

== Code of Conduct

Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
participating in this project you agree to abide by its terms.

== Contributions

Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.

== License

Read link:LICENSE.adoc[LICENSE] for details.

== History

Read link:CHANGES.adoc[CHANGES] for details.
Built with link:https://www.alchemists.io/projects/rubysmith[Rubysmith].

== Credits

Engineered by link:<%= configuration.author_url %>[<%= configuration.author_name %>].

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubysmith-0.13.0 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.12.0 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.11.0 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.10.0 lib/rubysmith/templates/%project_name%/README.adoc.erb