nvidia driver update had me w/o graphics for a min there
thankfully I was able to roll back
Antonio Fernandes
@afj176
so this is pretty intereting
*interesting
Cody Mize
@kingcody
For sure. Parses markdown and will link issues and pr's like github does.
Cody Mize
@kingcody
So I've been working on generator-express-component, trying to put together a configurable endpoint sub generator. My goal is something that could be used in various express generators. It'll generate a route and controller file and insert the new route into the existing express router file.
Trying to use the new yeoman run loop and make it very flexible. Wondering if you'd be interested in doing something similar, perhaps generator-mongoose-component? Could start out just generating configurable models and evolve from there.
_
Cody Mize
@kingcody
generator-mongoose could use those two sub gens and focus on bootstrapping and project layout. Just some thoughts...
Arvind Ravulavaru
@arvindr21
Hello. Sorry for joining the party late
Cody Mize
@kingcody
Hi there
I'm Cody
Arvind Ravulavaru
@arvindr21
Hello Cody
How are you doing?
Cody Mize
@kingcody
Pretty well, thanks. Are you able to see the chat log from before you joined?
Arvind Ravulavaru
@arvindr21
yes, I did.
I was wondering if we need to make changes to the existing code
Or will this be another project
Cody Mize
@kingcody
both
my thought was to initially mimic the model generating functionality of the current schema sub gen
Arvind Ravulavaru
@arvindr21
@afj176 your thoughts?
Antonio Fernandes
@afj176
Hey guys i got behind on this chat, as i didnt see the emails but hey, i got the app now: https://gitter.im/apps
Hey @arvind21 from my understanding, is yes there will be another project involved: generator-express-component from what Cody conveyed to me was that he be would abstracting the modal creation part of schema sub gen, then redoing schema sub gen to be pluggable , like add a yo-rc and then boom extra functionality
@kingcody correct me where I am wrong here
Antonio Fernandes
@afj176
what I wrote was super vague now that I reread it, but I will post some ref links to yo-rc
@afj176, pretty much. I was thinking use generator-mongoose-component for the schema/model gen.
Antonio Fernandes
@afj176
hows it going cody, anything you need help with let me or Arvind know
Cody Mize
@kingcody
Cool deal, I'm trying to get a good base going with express-component. My thought was that we could use some stuff from there to hookup mongoose-component like how to initialize defaults, using runtime options to override prompts, and other common functions.
Antonio Fernandes
@afj176
cool cool
Cody Mize
@kingcody
I made kingcody/yo-utils which abstracts the functionality of scriptBase.js like gen-backbone uses.
Id like it if both/either of you could look through express-component when I get to a good working spot.