https://github.com/abizvncom/abizvn-clients
Simple client management module
https://github.com/abizvncom/abizvn-clients
clients rails
Last synced: 29 days ago
JSON representation
Simple client management module
- Host: GitHub
- URL: https://github.com/abizvncom/abizvn-clients
- Owner: abizvncom
- License: mit
- Created: 2025-02-17T07:43:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:00:15.000Z (7 months ago)
- Last Synced: 2025-03-11T10:15:29.284Z (7 months ago)
- Topics: clients, rails
- Language: Ruby
- Homepage: https://ahuan.abizvn.com/#/articles/rails-gem-abizvn-clients
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Abizvn::Clients
Short description and motivation.## Usage
How to use my plugin.## Installation
Add this line to your application's Gemfile:```ruby
gem "abizvn-clients"
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install abizvn-clients
```Now generating migrations files, then migrate them
```bash
$ rails abizvn_clients:install:migrations
```## Contributing
Contribution directions go here.## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).