meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

yo meanjs:mean-module only create folder structure not CRUD #196

Open hope-rahman opened 8 years ago

hope-rahman commented 8 years ago

yo meanjs:mean-module company and yo meanjs:crud-module company is not work on 0.4.3 but 0.1.12 working fine screen shot 2016-02-10 at 8 35 17 pm

ilanbiala commented 8 years ago

@UndeadBaneGitHub any ideas?

UndeadBaneGitHub commented 8 years ago

@ilanbiala mean-module was kinda designed to only create the folder structure and nothing else. The actual CRUD implementation goes to CRUD module - and I'm almost done with it. Client-side implementation is done, only server-side is left.

The whole structure and templates have been updated already to look like the latest MEAN article/chat implementations, so it's going to be quite a big PR there. Hopefully, I will have it finished by the end of this week.

As for "not working on 0.4.3" part, I will check it out. I actually use fringe Node version (5.x), and it looks quite ok. After I've finished the new generator (turned out much tougher, than I initially anticipated) I will re-test all the generator under all versions.

ilanbiala commented 8 years ago

:+1: sounds good. @hope-rahman I hope that answers your question. We'll post on this issue when this is added in the next version.

hope-rahman commented 8 years ago

thanks

eecue commented 8 years ago

Just want to say I'm excited for this. Thanks!

hope-rahman commented 8 years ago

have u make those changes

eaktadiur commented 8 years ago

we are excited to see new update. could u pls tell us how long it will take?

UndeadBaneGitHub commented 8 years ago

@hope-rahman @eaktadiur The CRUD generator is ready and working, I will PR the update today, stay tuned! :+1:

eecue commented 8 years ago

You are the bee's knees. ❤️

On Feb 19, 2016, at 8:04 AM, UndeadBaneGitHub notifications@github.com wrote:

@hope-rahman @eaktadiur The CRUD generator is ready and working, I will PR the update today, stay tuned!

— Reply to this email directly or view it on GitHub.

hope-soft commented 8 years ago

thank you for the update

rof20004 commented 8 years ago

I will test now.

rof20004 commented 8 years ago

yo meanjs:crud-module namecrud not working yet '-'

rof20004 commented 8 years ago

yo meanjs:angular-module modulename

not working too

UndeadBaneGitHub commented 8 years ago

@rof20004 no more name specifying at the call. Call it just like this yo meanjs:crud-module And there is no angular-module subgenerator, it is now called mean-module

Man, docs seriously need to get updated :)

Also, the PR with crud-module hasn't been merged yet - so if you want to test the generator, you'll have to pull the PR code and npm link it on your machine.

rof20004 commented 8 years ago

Ok, I will waiting for merge, thanks. I tested mean-module and it works!!

bellaj commented 6 years ago

try instead yo meanjs:crud-module