Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabiospampinato/template-vscode-extension
- Owner: fabiospampinato
- License: mit
- Created: 2017-07-16T16:57:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T14:10:13.000Z (6 months ago)
- Last Synced: 2024-08-01T05:24:19.104Z (3 months ago)
- Topics: extension, template, vscode
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 40
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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