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

https://github.com/julien-r44/starter-vscode

Starter template for developing VS Code Extension
https://github.com/julien-r44/starter-vscode

starter vscode

Last synced: 10 months ago
JSON representation

Starter template for developing VS Code Extension

Awesome Lists containing this project

README

          

# [name]

Starter template for building a VSCode extension. We are using :

- [tsup](https://github.com/egoist/tsup) for building and bundling the project.
- [Japa](https://github.com/japa/runner) for running the tests.
- [pnpm](https://pnpm.io/) as a package manager.
- ESLint and prettier for code formatting/linting.

## License

[MIT](./LICENSE) License © 2022 [Julien Ripouteau](https://github.com/Julien-R44)