jscutlery / nx-completion

Nx workspace completion plugin for Zsh.
MIT License
135 stars 14 forks source link

fix:'nx g' does not complete #13

Closed miwaniak closed 2 years ago

miwaniak commented 2 years ago

Dynamically creates list of "generators" for all installed nx plugins. Needs awk and grep to be installed.

Fix #10

edbzn commented 2 years ago

Hi @miwaniak, awesome! It works well, thanks for the work.