Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add commands for installing and updating dependencies #26

Merged
merged 5 commits into from
Dec 9, 2024

Conversation

renanbastos93
Copy link
Owner

  • Added install-deps command to install all required dependencies.
  • Added update-deps command to update all dependencies or specific ones individually.
  • Refactored to use constants (e.g., go, weaver) for better maintainability and easier implementation of future unit tests.
  • Enhanced project initialization by ensuring a go.mod file is created automatically.

These changes streamline dependency management and improve code maintainability.

- Added `install-deps` command to install all required dependencies.
- Added `update-deps` command to update all dependencies or specific ones individually.
- Refactored to use constants (e.g., `go`, `weaver`) for better maintainability and easier implementation of future unit tests.
- Enhanced project initialization by ensuring a `go.mod` file is created automatically.

These changes streamline dependency management and improve code maintainability.
@renanbastos93 renanbastos93 self-assigned this Dec 9, 2024
@renanbastos93 renanbastos93 merged commit dee5627 into main Dec 9, 2024
1 check passed
@renanbastos93 renanbastos93 deleted the feat/install-deps branch December 9, 2024 19:04
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.

1 participant