Settings

Theme

Ask HN: What do you use for project generators?

3 points by jacobrussell 2 years ago · 0 comments · 1 min read


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.

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.

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's Live Templates [1] which might be my 80% solution that I can just build out myself.

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.

[0] https://cookiecutter.readthedocs.io [1] https://www.jetbrains.com/help/idea/using-live-templates.html

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection