Sha256: 800c986aa705c57a1cf684fc89c6bb9bfefd763487ca55f4cc7946a6b350f03d

Contents?: true

Size: 1.81 KB

Versions: 4

Compression:

Stored size: 1.81 KB

Contents

# <%= configuration.project_label %>

<% if configuration.build_rubocop %>
[![Alchemists Style Guide](https://img.shields.io/badge/code_style-alchemists-brightgreen.svg)](https://www.alchemists.io/projects/code_quality)
<% end %>
<% if configuration.build_circle_ci %>
[![Circle CI Status](https://circleci.com/gh/<%= configuration.git_hub_user %>/<%= configuration.project_name %>.svg?style=svg)](https://circleci.com/gh/<%= configuration.git_hub_user %>/<%= configuration.project_name %>)
<% end %>

<!-- Tocer[start]: Auto-generated, don't remove. -->
<!-- Tocer[finish]: Auto-generated, don't remove. -->

## Features

## Screencasts

## Requirements

1. [Ruby](https://www.ruby-lang.org)

## Setup
<% if configuration.build_setup %>

To set up the project, run:

    bin/setup
<% end %>

## Usage

## Development
<% if configuration.build_console %>

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

    bin/console
<% end %>

## Tests

To test, run:

    bundle exec rake

## Versioning

Read [Semantic Versioning](https://semver.org) 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 [CODE OF CONDUCT](CODE_OF_CONDUCT.md). By
participating in this project you agree to abide by its terms.

## Contributions

Read [CONTRIBUTING](CONTRIBUTING.md) for details.

## License

Read [LICENSE](LICENSE.md) for details.

## History

Read [CHANGES](CHANGES.md) for details.
Built with [Rubysmith](https://www.alchemists.io/projects/rubysmith).

## Credits

Engineered by [<%= configuration.author_name %>](<%= configuration.author_url %>).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubysmith-0.16.1 lib/rubysmith/templates/%project_name%/README.md.erb
rubysmith-0.16.0 lib/rubysmith/templates/%project_name%/README.md.erb
rubysmith-0.15.0 lib/rubysmith/templates/%project_name%/README.md.erb
rubysmith-0.14.0 lib/rubysmith/templates/%project_name%/README.md.erb