Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torifat/npms
npms is a utility tool powered by fzf for using npm scripts interactively.
https://github.com/torifat/npms
fzf zinit-plugin zsh zsh-plugin
Last synced: about 13 hours ago
JSON representation
npms is a utility tool powered by fzf for using npm scripts interactively.
- Host: GitHub
- URL: https://github.com/torifat/npms
- Owner: torifat
- License: mit
- Created: 2020-02-27T15:17:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T14:34:57.000Z (over 4 years ago)
- Last Synced: 2024-04-15T02:04:42.438Z (7 months ago)
- Topics: fzf, zinit-plugin, zsh, zsh-plugin
- Language: Shell
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npms
`npms` is a utility tool powered by fzf for using npm scripts interactively.
## Installation
_Make sure you have [`fzf`](https://github.com/junegunn/fzf) and [`jq`](https://stedolan.github.io/jq/) installed._
### Try Online
Run the following command in your shell to try `npms` without installing:
##### Bash and ZSH
```bash
source <(curl -Ss https://raw.githubusercontent.com/torifat/npms/master/npms.plugin.zsh)
```### Installation using a ZSH Plugin manager
### [Zinit](https://github.com/zdharma/zinit)
```zsh
zinit 'torifat/npms'
```### [Zgen](https://github.com/tarjoilija/zgen)
```zsh
zgen load 'torifat/npms'
```### [Antigen](https://github.com/zsh-users/antigen)
```zsh
antigen bundle 'torifat/npms'
```### Manual Installation
Download and source `npms.plugin.zsh` in your shell config.
## Commands
### npms
[![npms](https://asciinema.org/a/307422.svg)](https://asciinema.org/a/307422)