Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasm-fmt/web_fmt
A WASM Formatter for Web Developer | TS / JS / JSON / CSS / HTML
https://github.com/wasm-fmt/web_fmt
css formatter formatting html javascript json jsx prettier react rome tsx typescript wasm webassembly
Last synced: 2 days ago
JSON representation
A WASM Formatter for Web Developer | TS / JS / JSON / CSS / HTML
- Host: GitHub
- URL: https://github.com/wasm-fmt/web_fmt
- Owner: wasm-fmt
- License: mit
- Created: 2023-08-27T17:10:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T19:21:17.000Z (13 days ago)
- Last Synced: 2024-11-06T14:06:50.698Z (8 days ago)
- Topics: css, formatter, formatting, html, javascript, json, jsx, prettier, react, rome, tsx, typescript, wasm, webassembly
- Language: Rust
- Homepage:
- Size: 799 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Test](https://github.com/wasm-fmt/web_fmt/actions/workflows/test.yml/badge.svg)](https://github.com/wasm-fmt/web_fmt/actions/workflows/test.yml)
## [web_fmt](./crates/web_fmt/README.md) [![npm](https://img.shields.io/npm/v/@wasm-fmt/web_fmt)](https://www.npmjs.com/package/@wasm-fmt/web_fmt)[![jsr.io](https://jsr.io/badges/@fmt/web-fmt)](https://jsr.io/@fmt/web-fmt)
```bash
npm install @wasm-fmt/web_fmt
```## [biome_fmt](./crates/biome_fmt/README.md) [![npm](https://img.shields.io/npm/v/@wasm-fmt/biome_fmt)](https://www.npmjs.com/package/@wasm-fmt/biome_fmt)[![jsr.io](https://jsr.io/badges/@fmt/biome-fmt)](https://jsr.io/@fmt/biome-fmt)
```bash
npm install @wasm-fmt/biome_fmt
```## [json_fmt](./crates/json_fmt/README.md) [![npm](https://img.shields.io/npm/v/@wasm-fmt/json_fmt)](https://www.npmjs.com/package/@wasm-fmt/json_fmt)[![jsr.io](https://jsr.io/badges/@fmt/json-fmt)](https://jsr.io/@fmt/json-fmt)
```bash
npm install @wasm-fmt/json_fmt
```# Credits
Thanks to:
- The [Biome](https://github.com/biomejs/biome) project for the TS/JS/JSON
formatter.
- The [malva](https://github.com/g-plane/malva) project and
[markup_fmt](https://github.com/g-plane/markup_fmt) project created by
[@g-plane](https://github.com/g-plane).