narrable:围绕 CQRS 和事件溯源构建的 Ruby Web 框架

时间:2021-06-30 22:34:52
【文件属性】:
文件名称:narrable:围绕 CQRS 和事件溯源构建的 Ruby Web 框架
文件大小:5KB
文件格式:ZIP
更新时间:2021-06-30 22:34:52
Ruby 可叙述 一个受命令-查询职责分离和事件溯源启发的 ruby​​ 框架,其设计目标是使开发人员能够构建更简单地扩展的 Web 服务。 安装 将此行添加到应用程序的 Gemfile 中: gem 'narrable' 然后执行: $ bundle 或者自己安装: $ gem install narrable 用法 TODO:在这里写使用说明 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建一个新的拉取请求
【文件预览】:
narrable-master
----narrable.gemspec(1KB)
----.travis.yml(30B)
----Rakefile(118B)
----LICENSE(1KB)
----Gemfile(93B)
----.rspec(31B)
----spec()
--------narrable_spec.rb(198B)
--------spec_helper.rb(78B)
----.gitignore(118B)
----lib()
--------narrable()
--------narrable.rb(73B)
----README.md(704B)

网友评论