Skip to content

Gigitsu/vscode-npm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode extensions to manage npm commands. This repo is inspired by the official sample. More commands will come.

Commands available

  • npm init
  • npm install
  • npm install <pkg> --save
  • npm install <pkg> --save-dev
  • npm uninstall <pkg> --save
  • npm uninstall <pkg> --save-dev
  • npm publish [tag]
  • npm deprecate <pkg>[@version] message (experimental)
  • npm run <script>

Not happy with the available commands ? No problem, raw command is also available. Enter any npm command you want.

Terminate a script

You can terminate a script with the terminate command. It uses the tree-kill module that you can find on npm. It has different behaviors on Unix or Windows.

I have only tried it for Windows so it would be nice to have Unix users feedback, thanks.

Thanks to stkb for his suggestion. fknop#1

Contribute

Report a bug or a suggestion by posting an issue on the git repository (https://github.com/fknop/vscode-npm).

About

VSCode extension to manage npm commands

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%