practica
practica copied to clipboard
Generate example app inside our repo on every change
Need - It could be great to show an example app immediately in our repo without the need to use the CLI. For this, in every CI run, we can invoke our CLI, generate app to a local folder [root]/example-app/express-pg, then commit back to the repo
I think that instead of commuting back to the repo, we will push to different repositories that also can be used as GitHub templates
For longer term, you're right
For short term, we need the stars... If /practica/express-example become popular - we need all the stars in one repo
I would :star: both example-app/express-pg and example-app/express-mysql as separate repositories, even though I don't do PG :smiley:
@trasherdk Makes sense, we can reuse the ORMs capability of supporting two popular DBs...
Let's do it!