Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kanarus/deno-new


https://github.com/kanarus/deno-new

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Usage (plan)

```
deno-setup [options] dirname
```
This setups deno project directory with

- deno.json (with some default contents)
- import_map.json (empty)
- src/main.ts (empty)
- editor's config directory or file (default : .vscode/settings.json with settings for enabling deno extention)


# Options (plan)
- --editor, -e ... explicitly specifying the edotor (default: code)
-