Is there a list or page of resources that have info on meteor starting apps? By this I mean an application scaffold that goes a bit further than ‘meteor create --full’.
I’m getting more comfy with meteor and have a list of packages I install a bunch and some boilerplate to use them. Is it common to just install the packages and boiler plate and then just stuff the app in a git repo for the next time I want to rapidly spin up a new app?
Is there a way to customize the ‘meteor create’ command to provide my own starting points and boilerplate?
That is exactly the kind of thing I was looking for. I don’t think I’ll use it specifically, but I am going to ‘borrow’ a bunch of your conventions and philosophy.
I think out-of-the-box it looks great and I’m very impressed. I would use it whole-cloth but my starter uses bootstrap, and a different router etc, so I’m going to go through your code and general config/setup and start adapting it to my particular list of preferred packages.