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

Feature request: get executor #114

Open
llucasshenrique opened this issue Mar 13, 2024 · 0 comments
Open

Feature request: get executor #114

llucasshenrique opened this issue Mar 13, 2024 · 0 comments
Labels
type: feature New feature or request

Comments

@llucasshenrique
Copy link

Request:

Create an get executor and migration to add it to projects using '@nx-go/nx-go'.

What it will do:

The executor will run go get on the application or library "projectRoot".
The migration will be used to add the 'get' executor to projects that are using '@nx-go/nx-go'.

Why we need:

Currently to get an package we need to navigate to each project folder and run go get package this create a problem when we want to split our code in various libraries.
With it will be simpler to install the dependencies to our projects with nx run project:get package, or nx get project package.

Current known workarounds:

#107 (comment)

@utarwyn utarwyn added the type: feature New feature or request label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants