Skip to content

v1.2.4

Compare
Choose a tag to compare
@xRiot45 xRiot45 released this 05 Mar 12:32
· 20 commits to main since this release

[v1.2.4] - 2025-03-05

🚀 Release Highlights

  • This update improves the user experience by adding a default template for the root endpoint (/) when generating a new Express.js project using the CLI.
  • The default template includes a simple welcome message, making it easier for users to see an initial response without additional setup.
  • Updated README.md to reflect the changes.

✨ Added

  • The generated project now includes a default route (/) with a simple welcome message. This can be removed from app.js or app.ts if not needed.

📚 Documentation

  • Updated README.md to describe the new default template behavior.