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: 5 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T06:15:50.000Z (about 3 years ago)
- Last Synced: 2025-11-29T14:32:33.214Z (7 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: 0
- 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
[](https://badge.fury.io/rb/activerse)
[](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).
