Sha256: 3c1129c69931c1a0773bd3834b0ebd00f7638076c0b4505e567e35630e400a46

Contents?: true

Size: 1.55 KB

Versions: 8

Compression:

Stored size: 1.55 KB

Contents

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

= <%= realm.project_label %>

<% if realm.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 realm.build_setup %>

To set up the project, run:

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

== Usage

== Development
<% if realm.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:<%= realm.author_url %>[<%= realm.author_name %>].

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubysmith-0.9.1 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.9.0 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.8.0 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.7.0 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.6.1 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.6.0 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.5.0 lib/rubysmith/templates/%project_name%/README.adoc.erb
rubysmith-0.4.0 lib/rubysmith/templates/%project_name%/README.adoc.erb