Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanarus/deno-new
https://github.com/kanarus/deno-new
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanarus/deno-new
- Owner: kanarus
- Created: 2022-06-01T14:39:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T01:46:55.000Z (over 2 years ago)
- Last Synced: 2024-10-07T04:19:09.734Z (about 1 month ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
-