Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pietromoro/activerse
Rails gem that allows a public project to be distributed with a terminal interface to easly setup initial configurations (api-keys, secrets, ...), working with rails 5.2's credentials feature
https://github.com/pietromoro/activerse
credentials initialization rails rails-gem rails6
Last synced: 2 days ago
JSON representation
Rails gem that allows a public project to be distributed with a terminal interface to easly setup initial configurations (api-keys, secrets, ...), working with rails 5.2's credentials feature
- Host: GitHub
- URL: https://github.com/pietromoro/activerse
- Owner: pietromoro
- License: mit
- Created: 2019-10-04T08:40:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T06:15:50.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:18:07.634Z (about 2 months ago)
- Topics: credentials, initialization, rails, rails-gem, rails6
- Language: Ruby
- Homepage: https://rubygems.org/gems/activerse
- Size: 199 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Activerse
[![Gem Version](https://badge.fury.io/rb/activerse.svg)](https://badge.fury.io/rb/activerse)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fe0e9c2138d24d10a268e72491562fec)](https://www.codacy.com/manual/pietromoro/activerse?utm_source=github.com&utm_medium=referral&utm_content=pietromoro/activerse&utm_campaign=Badge_Grade)## Usage
How to use my plugin.## Installation
Add this line to your application's Gemfile:```ruby
gem 'activerse'
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install activerse
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/pietromoro/activerse. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/pietromoro/activerse/blob/master/CODE_OF_CONDUCT.md).## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).## Code of Conduct
Everyone interacting in the Activerse project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pietromoro/activerse/blob/master/CODE_OF_CONDUCT.md).