Is there an easy to use CRUD generator package for meteor?

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

Help is appreciated.

thnx

Please take a look at Meteoris, a boilerplate kit and CRUDSS generator combined

It’s a work in progress, but it does the job. If you have problems, or see any defects, no matter how small, please let us know with a GitHub issue.

There’s a Trello board to discuss and map progress.

Hey there!

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.

( Thanks @cmather for the awesome tools! )

I hope this helps!

http://www.meteorkitchen.com/

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.