install-vscode-extensions

1.0.0 • Public • Published

install-vscode-extensions

Simple binary that installs vscode extentions

Install

npm install --save-dev install-vscode-extensions
yarn add --dev install-vscode-extensions

Usage

The intended use for this is as a setup script when preparing a development environment. Add a postinstall or prepare script that runs install-vscode-extensions (or ive) and your (VSCode)development environment will be ready to go:

{
  "name": "my-awesome-package",
  "scripts": {
    "prepare": "install-vscode-extensions"
  },
  "devDependencies": {
    "install-vscode-extensions": "^1.0.0"
  }
}

install-vscode-extensions will find the .vscode folder in the current working directory, load the extensions.json file, and run code --install-package ${package} for each recommended package.

Now VSCode extensions that your package recommends are installed automatically when new developers run npm install or yarn.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    110
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    110

Package Sidebar

Install

npm i install-vscode-extensions

Weekly Downloads

110

Version

1.0.0

License

MIT

Unpacked Size

3.04 kB

Total Files

4

Last publish

Collaborators

  • cinderblock