Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajatsharma/project-vizier
๐งช Template for VSCode Extension Development with Typescript + Eslint
https://github.com/rajatsharma/project-vizier
eslint typescript vsce vscode vscode-extension vscode-extension-boilerplate vscode-extension-template webpack
Last synced: 4 days ago
JSON representation
๐งช Template for VSCode Extension Development with Typescript + Eslint
- Host: GitHub
- URL: https://github.com/rajatsharma/project-vizier
- Owner: rajatsharma
- License: mit
- Created: 2020-08-03T01:48:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T13:31:03.000Z (about 2 years ago)
- Last Synced: 2024-10-17T16:08:11.341Z (22 days ago)
- Topics: eslint, typescript, vsce, vscode, vscode-extension, vscode-extension-boilerplate, vscode-extension-template, webpack
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Project Vizier
Template for VSCode Extension Development
### ๐งฐ Prerequisites
- `node`
- `yarn`
- `vscode`### ๐ Get Started
- Install dependencies, project-vizier comes with eslint, Typescript and [vsce](https://github.com/microsoft/vscode-vsce) installed.
```sh
$ yarn
```### ๐ค List of Commands
##### `npm start` or `yarn start`
Run the project in watch mode.
##### `npm build` or `yarn build`
Build the extension using typescript compiler.
##### `npm package` or `yarn package`
Create vsix file for the extension.
#### ๐ค Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/rajatsharma/wingman/issues). You can also take a look at the [contributing guide](https://github.com/rajatsharma/wingman/blob/master/CONTRIBUTING.md).#### ๐โโ๏ธ Show your support
Give a โญ๏ธ if this project helped you!
---
Copyright ยฉ 2020 [Rajat Sharma](https://github.com/rajatsharma).
This project is [MIT](https://github.com/rajatsharma/wingman/blob/master/LICENSE) licensed.