4

I've been playing with Mean.IO (http://mean.io/), and wondered if there was a Yeoman generator (sub-generator?) that I could use to auto-generate code for an "entity" across the entire stack. For example, in the mean.io project there is an "Article" example that contains 7 components related to "Articles" (Model, Controller, Node Routes, Angular Routes/Service/Controller/Views). Is there a generator that will create this "component stack" for a custom entity?

eg, something like:

yo meangenerator:entity 'MyEntity'

would then create 7 different files that tie 'MyEntity' into an existing MEAN application.

4

3 回答 3

8

真的找不到任何我想要的东西,所以我自己写了。我的第一个 Yeoman 生成器,以及与 github 和https://npmjs.org/的第一次真正交互。乐趣!

GitHub: https ://github.com/MartyIce/generator-meancrud

NPM: https ://npmjs.org/package/generator-meancrud

于 2013-12-17T19:51:33.917 回答
0

其实我认为他们有类似的东西,比如:

$ 均值包 ThingIWantToModel

不知道他们是否在您询问后创建了此功能。

我想知道我们是否可以在这个包中生成单一的控制器、模型和其他任何东西。

于 2014-07-22T19:51:50.603 回答
0

Mean.js(另一个类似于 mean.io 的项目)有一个很棒的模块生成器,angular-generator-fullstack 项目也是如此。

不过,我认为 mean.js 是最好的,因为它开箱即用,包含您实际开始构建应用程序所需的一切,包括用户登录、注册、重置密码、更改密码和用户管理界面。基本上,包括电池,您就可以开始建造了!

于 2015-06-14T05:30:56.217 回答