文件名称:straptible:已弃用-用于引导新的Aptible项目的工具
文件大小:35KB
文件格式:ZIP
更新时间:2024-06-06 18:14:34
Ruby
可拆分
根据Aptible的最佳化最佳实践来引导新应用程序,文档存储库等的工具。
用法
gem install straptible
然后,要创建一个新项目,请首先选择您的风格:
风味名称
描述
webapp (即将推出)
Rails网络应用
api
Rails API-与webapp类似,但针对JSON API进行了定制和精简
gem
Ruby宝石
docs (即将推出)
文件资料库
然后,运行:
straptible
【文件预览】:
straptible-master
----.gitignore(154B)
----README.md(1KB)
----bin()
--------straptible(590B)
----Gemfile(95B)
----.rspec(31B)
----LICENSE.md(1KB)
----spec()
--------integration()
--------spec_helper.rb(267B)
----.travis.yml(130B)
----lib()
--------straptible()
--------straptible.rb(52B)
----straptible.gemspec(1KB)
----Rakefile(98B)