Sha256: 77f5454bd51ccf97b753b61e3a6e277905a61115255f422b93625bd2b20e7f72

Contents?: true

Size: 1.55 KB

Versions: 4

Compression:

Stored size: 1.55 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 %>

<!-- 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.13.0 lib/rubysmith/templates/%project_name%/README.md.erb
rubysmith-0.12.0 lib/rubysmith/templates/%project_name%/README.md.erb
rubysmith-0.11.0 lib/rubysmith/templates/%project_name%/README.md.erb
rubysmith-0.10.0 lib/rubysmith/templates/%project_name%/README.md.erb