Giter VIP home page Giter VIP logo

vscode-vsce's Introduction

vsce

The Visual Studio Code Extension Manager

Build Status npm version

Requirements

Or simply Docker.

Usage

Install vsce globally:

npm install -g vsce

Verify the installation:

vsce --version

vsce is meant to be mainly used as a command line tool. It can also be used a library since it exposes a small API. When using vsce as a library be sure to sanitize any user input used in API calls, as a security measurement.

Usage via Docker

You can also build a container for running vsce:

git clone https://github.com/microsoft/vscode-vsce
cd vscode-vsce
docker build -t vsce .

Validate the container:

docker run -it vsce --version

Publish your local extension:

docker run -it -v $(pwd):/workspace vsce publish

Development

First clone this repository, then:

npm i
npm run watch # or `watch-test` to also run tests

Once the watcher is up and running, you can run out of sources with:

npm run vsce

Publish to NPM

Simply push a new tag and the CI will automatically publish to NPM. The usual flow is:

npm version [minor|patch]
git push --follow-tags

About

This tool assists in packaging and publishing Visual Studio Code extensions.

Read the Documentation on the VS Code website.

vscode-vsce's People

Contributors

aeschli avatar alefragnani avatar barretlee avatar chrisdias avatar dependabot[bot] avatar felipecrs avatar fmeum avatar haaleo avatar isidorn avatar jamesgeorge007 avatar jeffreyca avatar jimic avatar joaomoreno avatar jrieken avatar kieferrm avatar kobelobster avatar lachriz avatar mjbvz avatar octref avatar ramya-rao-a avatar rbuckton avatar rebornix avatar rid9 avatar ritwickdey avatar robertohuertasm avatar sandy081 avatar skolmer avatar srtobi avatar usernamehw avatar viktomas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.