TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Codebase That Makes Codebases

88 pointsby czueabout 2 years ago

4 comments

thunkyabout 2 years ago
The struggle I have with project generators is that you can only run them once.<p>If you didn&#x27;t think you needed the billing module when you ran it but later you find that you need it, the generator is of little use. You end up running it again to create a new project and manually copying in the billing pieces.<p>Or, if the generator is upgraded after you used it, it&#x27;s to late for you.<p>I wonder if this tool tries to mitigate those issues at all.
评论 #35888998 未加载
评论 #35888995 未加载
Ethan_Mickabout 2 years ago
I was thinking of building this for Next.js in a very similar way. I love the fact that this exists for a different stack! I think your implementation of the project template is definitely the way to go. As a customer, when I buy something to jump-start me, I want it to be as clean and simple as possible. Generating the project from a configuration handles that nicely.<p>Outside of the generator itself, what have you found most beneficial for converting customers and convincing people to buy? Documentation? Videos? The community access?
评论 #35888679 未加载
eclipticplaneabout 2 years ago
For the first Jinja2 template pass, you could swap the Jinja2 delimiters rather than mess with {% raw %} tags: <a href="https:&#x2F;&#x2F;jinja.palletsprojects.com&#x2F;en&#x2F;3.1.x&#x2F;api&#x2F;#jinja2.Environment" rel="nofollow">https:&#x2F;&#x2F;jinja.palletsprojects.com&#x2F;en&#x2F;3.1.x&#x2F;api&#x2F;#jinja2.Envir...</a>
评论 #35888899 未加载
czueabout 2 years ago
Hello, author here. Happy to answer any questions about the post if you have them.
评论 #35888063 未加载
评论 #35889733 未加载
评论 #35889401 未加载