Sha256: 4e12afcd290925109f251b8bf6db3dfaea0c5f3ce17de27b74a7e1c1cb1cea88

Contents?: true

Size: 1.84 KB

Versions: 2

Compression:

Stored size: 1.84 KB

Contents

[![Build Status Master](https://semaphoreci.com/api/v1/projects/a6f6bfd7-e48b-4035-858d-fc7cfa190608/1707289/badge.svg)](https://semaphoreci.com/renuo/renuo-cli)
[![Code Climate](https://codeclimate.com/github/renuo/renuo-cli/badges/gpa.svg)](https://codeclimate.com/github/renuo/renuo-cli)

# Renuo::Cli

The Renuo command line. Used for various (internal) stuff.

## Installation

```sh
gem install renuo-cli
```

## Usage

```sh
renuo -h
```

## Development

After checking out the repo, run `bin/setup` to install dependencies.

Run `rake spec` to run the tests.

Run `ruby -Ilib ./bin/renuo` to run the executable.

You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`.

To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`,
 which will create a git tag for the version, push git commits and tags, and push the `.gem` file to
 [rubygems.org](https://rubygems.org).

## Release

To be able to release you must be logged in with an owners account of [rubygems.org/gems/renuo-cli](https://rubygems.org/gems/renuo-cli).

```sh
git flow release start [.....]
# adjust version.rb
bundle install
git commit -av
git flow release finish [.....]
git push origin develop:develop
git push origin master:master --tags
gem build renuo-cli.gemspec
gem push renuo-cli-X.Y.Z.gem (adapt the version)
```

## Contributing

Bug reports and pull requests are welcome on GitHub at <https://github.com/renuo/renuo-cli>. This project is intended to
be a safe, welcoming space for collaboration, and contributors are expected to adhere to
the [Contributor Covenant](contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renuo-cli-1.7.1 README.md
renuo-cli-1.7.0 README.md