Skip to content

A lot of things, Changed template to render from embedded, changed gh…#44

Merged
b-jonathan merged 1 commit intomainfrom
43-enh-let-taco-be-run-in-any-directory-and-have-it-run-inside-current-directory
Nov 21, 2025
Merged

A lot of things, Changed template to render from embedded, changed gh…#44
b-jonathan merged 1 commit intomainfrom
43-enh-let-taco-be-run-in-any-directory-and-have-it-run-inside-current-directory

Conversation

@b-jonathan
Copy link
Copy Markdown
Owner

@b-jonathan b-jonathan commented Nov 21, 2025

… to use gh auth isntead of token, taco now runs from cwd instead of parent

Summary

Makes Taco a standalone runnable vs one contained inside this repo. Now generates projects in cwd instead of it's parent. Adjust other features to make the above possible

Closes #43 if applicable.


Changes Made

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

Briefly summarize the major changes:

  • Uses embed so that template path is contained within the binary as opposed to hardcoded to the device.
  • Update Github setup to use gh auth instead of GITHUB_TOKEN from .env as .env's shouldnt be part of the binary that's compiled
  • uses CWD for project path instead of CWD's parents

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

… to use gh auth isntead of token, taco now runs from cwd instead of parent
@b-jonathan b-jonathan merged commit 570c80d into main Nov 21, 2025
4 checks passed
@b-jonathan b-jonathan deleted the 43-enh-let-taco-be-run-in-any-directory-and-have-it-run-inside-current-directory branch November 21, 2025 22:43
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] Let Taco be run in any directory and have it run inside current directory

1 participant