【发布时间】:2009-03-05 10:52:11
【问题描述】:
我正在对 ruby(非 Rails/merb/etc)项目的理想项目结构进行概述/澄清。我猜是这样的
app/
bin/ #Files for command-line execution
lib/
appname.rb
appname/ #Classes and so on
Rakefile #Running tests
README
test,spec,features/ #Whichever means of testing you go for
appname.gemspec #If it's a gem
我有什么问题吗?我错过了哪些部分?
【问题讨论】:
-
我建议使用Yeoman generator