Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabiospampinato/template-vscode-extension

A template for starting a new vscode extension quickly.
https://github.com/fabiospampinato/template-vscode-extension

extension template vscode

Last synced: 6 days ago
JSON representation

A template for starting a new vscode extension quickly.

Awesome Lists containing this project

README

        

# template-vscode-extension

A template for starting a new vscode extension quickly.

## Install

Install the [`template`](https://github.com/fabiospampinato/template) CLI tool in your system.

Install the template locally with:

```sh
template install fabiospampinato/template-vscode-extension vscode-extension
```

## Usage

Create a new vscode extension with:

```sh
template create vscode-extension my-extension
```

## License

MIT © Fabio Spampinato