identity linker使用Cru的身份链接系统Gem
身份链接器待办事项:
- 安装
将以下行添加到应用程序的Gemfile中:
```ruby
gem 'identity_linker'
```
然后执行:
```bash
$ bundle
```
或者单独安装:
```bash
$ gem install identity_linker
```
- 用法
TODO:在此处编写使用说明。
-
贡献
-
创建您的功能分支:
```bash
git checkout -b my-new-feature
```
- 提交更改:
```bash
git commit -am 'Added some feature'
```
- 推送到分支:
```bash
git push origin my-new-feature
```
- 创建新的拉取请求。
用户评论