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
- Host: GitHub
- URL: https://github.com/julien-r44/starter-vscode
- Owner: Julien-R44
- License: mit
- Created: 2022-04-23T08:00:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T10:14:38.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T15:26:04.567Z (almost 2 years ago)
- Topics: starter, vscode
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)