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

https://github.com/rajasegar/vim-pnpm

Vim bindings for pnpm
https://github.com/rajasegar/vim-pnpm

pnpm vim vim-plugin vim-plugins

Last synced: about 1 year ago
JSON representation

Vim bindings for pnpm

Awesome Lists containing this project

README

          

# vim-pnpm

Simple vim command bindings to quickly run [pnpm](https://pnpm.js.org) stuff from vim.

## Commands Available, mapping with their pnpm equivalent:

* PnpmAdd
* PnpmInstall
* PnpmUpdate
* PnpmRemove
* PnpmLink
* PnpmUnlink
* PnpmTest
* PnpmRun
* PnpmAddDev
* PnpmAddOptional
* PnpmImport
* PnpmAudit
* PnpmRebuild
* PnpmPrune
* PnpmInstallTest
* PnpmList
* PnpmOutdated
* PnpmWhy
* PnpmStart
* PnpmStop
* PnpmPublish
* PnpmRecursive
* PnpmServer
* PnpmStore

## Installation

It's recommended to use a plugin manager to manage your vim plugins. A few examples:

### Vundle

```
Plugin 'rajasegar/vim-pnpm'
```

### Plug

```
Plug 'rajasegar/vim-pnpm'
```

### NeoBundle

```
NeoBundle 'rajasegar/vim-pnpm'
```

## Usage

Simply run one of the commands. By default it just delegates to pnpm.

```
:PnpmInstall
```

## Contribute

* Fork
* Code
* Test
* Pull-request