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
- Host: GitHub
- URL: https://github.com/rajasegar/vim-pnpm
- Owner: rajasegar
- License: mit
- Created: 2020-06-11T01:40:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T07:33:02.000Z (about 6 years ago)
- Last Synced: 2025-02-09T02:22:09.892Z (over 1 year ago)
- Topics: pnpm, vim, vim-plugin, vim-plugins
- Language: Vim script
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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