Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kyoz/npm.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm.vim

Work with NPM more easier in VIM

Introduction

This plugin help you install, maintain, update packages more easily inside vim.

It will auto detech and use which package manage you have installed (Prefer yarn if both installed cause it's seem faster).

Install

Install with Vim Plug, other plugin managers is similar.

Plug 'kyoz/npm.vim'

Usage

Command Keymap Action
NpmInit Init Npm for current folder
NpmInstall, NpmI Install provided package as dependency
NpmUninstall, NpmU Uninstall provided package and remove dependency
Npm, NpmLatest, NpmL <leader>n Get lastest version of provided package (or package at cursor position if found)
NpmAll, NpmA <leader>N Get all version of provided package (or package at cursor position if found)

License

MIT © Kyoz

About

📦 Work with NPM easier in VIM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published