Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Project Vizier



VSCode


TypeScript


Eslint

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.