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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What do you use for project generators?

3 点作者 jacobrussell大约 1 年前
I recently learned about Cookiecutter [0] which looks a lot like something the company I work for has made in house. I imagine many companies have either built or use tools to generate projects according to their best practices and common patterns.<p>I want the project generator I use to be able to create common patterns after the project has been created, similar to the rails cli where you can do things like `rails g controller` to create a new controller.<p>Have you used project generators like this that were either built in house, bought, or open source? Ideally something where you can create your own patterns. I mainly work on Spring Boot APIs and I recently learned about IntelliJ&#x27;s Live Templates [1] which might be my 80% solution that I can just build out myself.<p>It would be cool if I could do things like add a new controller, endpoint, repository from a model, Postgres datasource configuration, DynamoDB datasource configuration, etcetera.<p>[0] https:&#x2F;&#x2F;cookiecutter.readthedocs.io [1] https:&#x2F;&#x2F;www.jetbrains.com&#x2F;help&#x2F;idea&#x2F;using-live-templates.html

暂无评论

暂无评论