Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)