Hbci4jruby::Web 待办事项:

  1. 安装

将以下行添加到应用程序的 Gemfile 中:

```ruby

gem 'hbci4jruby-web'

```

然后执行:

```bash

$ bundle

```

或者直接安装:

```bash

$ gem install hbci4jruby-web

```

  1. 用法

TODO:在这里写使用说明

  1. 贡献

如果你想贡献代码,请按照以下步骤:

  • 分叉 仓库

  • 创建您的功能分支:

    ```bash

    git checkout -b my-new-feature

    ```

  • 提交您的更改:

    ```bash

    git commit -am 'Add some feature'

    ```

  • 推送到分支:

    ```bash

    git push origin my-new-feature

    ```

  • 创建一个新的 拉取请求