Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twilsoft/vscode-deno-starter
MIRROR OF: https://git.twilsoft.uk/jake/vscode-deno-starter
https://github.com/twilsoft/vscode-deno-starter
Last synced: 3 months ago
JSON representation
MIRROR OF: https://git.twilsoft.uk/jake/vscode-deno-starter
- Host: GitHub
- URL: https://github.com/twilsoft/vscode-deno-starter
- Owner: twilsoft
- License: mit
- Created: 2022-03-23T19:02:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T19:05:32.000Z (over 2 years ago)
- Last Synced: 2024-04-27T05:37:18.935Z (7 months ago)
- Language: TypeScript
- Homepage: https://git.twilsoft.uk/jake/vscode-deno-starter
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-deno - vscode-deno-starter - VS Code project boilerplate to get started with Deno. (Tools / XML)
README
# Vscode <> Deno starter
Template for getting up and running with Deno, Typescript, VScode
## Requirements
[Deno](https://deno.land), to run anything.
For script execution, this template uses
[Velociraptor](https://velociraptor.run/).Dependency management will happen in `import_map.json` - you can use
[TRex](https://deno.land/x/trex) for this.