Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# zed settings

Settings for zed + deno

## print to sdout

```sh
deno run jsr:@cotyhamilton/zed-settings

deno run jsr:@cotyhamilton/zed-settings --tailwind # eslint formatting
```

## save to file

```sh
mkdir -p ./.zed
deno run jsr:@cotyhamilton/zed-settings > ./.zed/settings.json
```