A terminal user interface for analysing Nx workspaces.
- Bundle analyser
- Build analyser
- Lint analyser
- Tests analyser
Make sure to have Go installed on your machine. You can install it from here.
Add the Go bin directory to your PATH (in the .zshrc or .bashrc file):
export PATH=$PATH:$(go env GOPATH)/bin
Source the file:
source ~/.zshrcInstall the application:
go install github.com/ionut-t/gonx@latestInstall from a specific branch:
go install github.com/ionut-t/gonx@branch-nameNavigate to your Nx workspace directory and run:
gonx- Clone the repository:
git clone https://github.com/ionut-t/gonx.git
cd gonx- Install dependencies:
go mod tidy- Build and install the application:
go build && go installMIT