Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jukben/fish-nx
Fish completions for Nx
https://github.com/jukben/fish-nx
Last synced: 2 months ago
JSON representation
Fish completions for Nx
- Host: GitHub
- URL: https://github.com/jukben/fish-nx
- Owner: jukben
- License: mit
- Created: 2020-09-11T21:43:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T12:42:48.000Z (11 months ago)
- Last Synced: 2024-10-12T13:26:56.096Z (3 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fish-nx
This package provides [Nx (Extensible Dev Tools for Monorepos)](https://nx.dev) completions for the [Fish shell](https://github.com/fish-shell/fish-shell).
## Installation
> It's recommended to use [Fisher](https://github.com/jorgebucaran/fisher) for installing this package.
> This package requires [jq](https://stedolan.github.io/jq/) and [fd](https://github.com/sharkdp/fd). Ensure they are installed. On macOS, you can install them using Homebrew.
```
fisher install jukben/fish-nx
```## Usage
Ensure `nx` is installed globally. Once installed, autocomplete (tab completion) should work seamlessly.
You can also set an alias for `nx` to use package managers like `yarn` or `pnpm`:
```
alias nx='yarn nx'
# or
alias nx='pnpm nx'
```[![asciicast](https://asciinema.org/a/nNxqT0rJ8H0MikTbrGNhwHTUz.svg)](https://asciinema.org/a/nNxqT0rJ8H0MikTbrGNhwHTUz)
## Alternatives
- For [Bash](https://gist.github.com/LeZuse/d17f258f69be632244970db77dadb58a) by [@lezuse](https://github.com/lezuse)
- For Zsh [nx-completion](https://github.com/jscutlery/nx-completion)## License
MIT