TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Codebase That Makes Codebases

88 点作者 czue大约 2 年前

4 条评论

thunky大约 2 年前
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_Mick大约 2 年前
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 未加载
eclipticplane大约 2 年前
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 未加载
czue大约 2 年前
Hello, author here. Happy to answer any questions about the post if you have them.
评论 #35888063 未加载
评论 #35889733 未加载
评论 #35889401 未加载