Hi , I am new to programming and to meteor, started with rails 3 months and was easy for meto understand the MVC and that everything are basically CRUDS interconnected, I then found out about meteor and really like how it looks and how easy it seems to be (not for me yet…)…also it looks more helpful for the type of apps I would like to build one day
My question is if there is a CRUD package to easily generate them such as rails scaffolding generator?
I found yo meteor-stock but I think its outdated since it gets an error on the post-edit.html when I try to run the app after I just generate a CRUD with yo meteor-stock CRUD
I’m not sure if this is exactly what you need but i’m using iron-cli ( https://github.com/iron-meteor/iron-cli ).
I’m using it for initial project setup and generating some views.
I would have been happy to use Meteor Kitchen, but it’s written in C++. I don’t feel I’d get very far with a code generator that I can’t readily adapt to my needs.