Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails 有自己的可定制生成器,我如何在我自己的非 Rails 项目中使用它们?
或者是否有提供类似功能的宝石?
我相信Thor是 Rails 内部专门用于此类任务的工具
http://rdoc.info/github/wycats/thor/master/Thor/Actions#template-instance_method
示例https://github.com/wycats/thor/wiki/Generators