Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

[RFE] users need multiple sub-generators to build custom models, collections, views, routers and so on. #3

Open
dabeng opened this issue Dec 9, 2013 · 4 comments
Labels

Comments

@dabeng
Copy link

dabeng commented Dec 9, 2013

No description provided.

@xiaods
Copy link
Member

xiaods commented Dec 10, 2013

I feel this feature is very challenge for designer. Suppose a user want to add a new router to app. How are they doing?

@xiaods
Copy link
Member

xiaods commented Dec 10, 2013

javascript code style is prototype like and event driven. Give user a Scaffolding layout and told user how to code. it is good start.

@dabeng
Copy link
Author

dabeng commented Dec 10, 2013

For the significance of the sub-generators, we can refer to https://github.com/yeoman/generator-backbone

@xiaods
Copy link
Member

xiaods commented Dec 10, 2013

yes. i like this style. meanwhile, the backend layout also need consider.

yo backbone # generates your application base and build workflow
yo backbone:model blog
yo backbone:collection blog
yo backbone:router blog
yo backbone:view blog
grunt server

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants