ttcli
ttcli copied to clipboard
CLI to create a Spring Boot with Thymeleaf project
How about a way to change npm for pnpm?
I would like to investigate if this tool could be based on OpenRewrite (https://docs.openrewrite.org/) for doing the changes to the files. It might also make it possible to support _adding_...
Hi Wim Thank you for your books and ttcli I found that I needed to add a proxy to be able to use ttcli in my environment Currently, I have...
I'm trying to integrate your book section 4.2.2.2 with an existing project that was created on Spring Initializr. It was quite tedious to merge the two. Not sure the best...
Request from Frederik Hahne as it works better than Chocolatey for him. See https://scoop.sh/ for the tool. JReleaser supports it: https://jreleaser.org/guide/latest/reference/packagers/scoop.html
Hi Wim! I had a spring boot with Gradle project that I was working on for a while. I attempted to install Tailwind CSS and failed. Instead I used your...
windows 10, cmd.exe d:\taming-thymeleaf>npm run build-prod > build-prod > NODE_ENV='production' npm-run-all --parallel build-prod:* 'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.
Added Spring Boot DevTools as a live reload option #143
For people that don't like to use npm, we can add a Spring Boot DevTools based version for the live reload setup. For use with Tailwind CSS, we can take...
Bumps [org.jline:jline-terminal-jna](https://github.com/jline/jline3) from 3.26.2 to 3.26.3. Release notes Sourced from org.jline:jline-terminal-jna's releases. JLine 3.26.3 What's Changed Bug fixes The Diag tool should display the full stack trace (fixes #1020) by...