Skip to content

ionut-t/gonx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GONX

A terminal user interface for analysing Nx workspaces.

Features

  • Bundle analyser
  • Build analyser
  • Lint analyser
  • Tests analyser

Installation

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 ~/.zshrc

Install the application:

go install github.com/ionut-t/gonx@latest

Install from a specific branch:

go install github.com/ionut-t/gonx@branch-name

Usage

Navigate to your Nx workspace directory and run:

gonx

Development

  1. Clone the repository:
git clone https://github.com/ionut-t/gonx.git
cd gonx
  1. Install dependencies:
go mod tidy
  1. Build and install the application:
go build && go install

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages