Skip to content

Conversation

@AddRain1
Copy link
Contributor

Summary

It restructures the template folder to match the created project directory. It also recursively renders each template with the correct format.

Closes #30


Changes Made

  • Added new stack: <stack name>
  • Updated existing functionality
  • Improved documentation
  • Refactored internal code
  • Fixed a bug

Briefly summarize the major changes:

  • Wrote a generate templates function in fsutil.go
  • Modified generate in Express, Firebase, and MongoDB stacks to use helper

Testing

How was this change tested?

  • go test ./... passes locally
  • Manual testing done with taco CLI
  • CI checks pass

Provide details:

# Example test commands
go test ./...
taco init test-app

@b-jonathan b-jonathan merged commit 4714b31 into b-jonathan:main Nov 26, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH] Multi-file write

2 participants