Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cotyhamilton/zed-settings
zed settings for deno
https://github.com/cotyhamilton/zed-settings
Last synced: 2 days ago
JSON representation
zed settings for deno
- Host: GitHub
- URL: https://github.com/cotyhamilton/zed-settings
- Owner: cotyhamilton
- License: cc0-1.0
- Created: 2024-08-22T23:33:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:43:50.000Z (4 months ago)
- Last Synced: 2024-11-23T00:19:41.962Z (2 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zed settings
Settings for zed + deno
## print to sdout
```sh
deno run jsr:@cotyhamilton/zed-settingsdeno run jsr:@cotyhamilton/zed-settings --tailwind # eslint formatting
```## save to file
```sh
mkdir -p ./.zed
deno run jsr:@cotyhamilton/zed-settings > ./.zed/settings.json
```