tombi 0.6.26 → 0.6.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +51 -51
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,51 +1,51 @@
1
- # tombi
2
-
3
- 🦅 Rust binary installer for tombi TOML toolkit
4
-
5
- ## Overview
6
-
7
- This package provides a way to install the Rust-built tombi binary through npm. The appropriate binary for your platform is automatically downloaded during installation.
8
-
9
- ## Installation
10
-
11
- ```
12
- npm install -g tombi
13
- ```
14
-
15
- After installation, the `tombi` command becomes available globally.
16
-
17
- ## Usage
18
-
19
- ### Format
20
-
21
- Format TOML files:
22
-
23
- ```
24
- tombi format path/to/file.toml
25
- ```
26
-
27
- Use the `-i` option to edit files in place:
28
-
29
- ```
30
- tombi format -i path/to/file.toml
31
- ```
32
-
33
- ### Lint
34
-
35
- Lint TOML files:
36
-
37
- ```
38
- tombi lint path/to/file.toml
39
- ```
40
-
41
- Use the `--fix` option to automatically fix issues when possible:
42
-
43
- ```
44
- tombi lint --fix path/to/file.toml
45
- ```
46
-
47
- ## Supported Platforms
48
-
49
- - macOS (x86_64, aarch64)
50
- - Linux (x86_64)
51
- - Windows (x86_64)
1
+ <div align="center" style="display: flex; flex-direction: column; gap: 0;">
2
+ <img src="https://raw.githubusercontent.com/tombi-toml/tombi/refs/heads/main/docs/public/tombi.svg" alt="Logo" style="display: block; margin: 0;">
3
+ <img src="https://raw.githubusercontent.com/tombi-toml/tombi/refs/heads/main/docs/public/demo.gif" style="display: block; margin: 0;" />
4
+ </div>
5
+
6
+ <div align="center">
7
+
8
+ [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/tombi-toml.tombi?label=VS%20Code%20Marketplace&logo=visual-studio-code&labelColor=374151&color=60a5fa)](https://marketplace.visualstudio.com/items?itemName=tombi-toml.tombi)
9
+ [![open vsx](https://img.shields.io/open-vsx/v/tombi-toml/tombi?label=Open%20VSX%20Registry&labelColor=374151&color=60a5fa)](https://open-vsx.org/extension/tombi-toml/tombi)
10
+ [![pypi](https://img.shields.io/pypi/v/tombi.svg?labelColor=374151&color=60a5fa)](https://pypi.python.org/pypi/tombi)
11
+ [![npm](https://img.shields.io/npm/v/tombi.svg?labelColor=374151&color=60a5fa)](https://www.npmjs.com/package/tombi)
12
+ [![toml-test](https://github.com/tombi-toml/tombi/actions/workflows/toml-test.yml/badge.svg)](https://github.com/tombi-toml/tombi/actions)
13
+ [![GitHub license](https://badgen.net/github/license/tombi-toml/tombi?style=flat-square&labelColor=374151)](https://github.com/tombi-toml/tombi/blob/main/LICENSE)
14
+
15
+ </div>
16
+
17
+ <br>
18
+
19
+ <div align="center">
20
+ <div align="center" style="font-size: 2.0em; margin-bottom: 30px;">
21
+ <strong> 🦅&nbsp; Feature-Rich TOML Toolkit &nbsp 🦅</strong>
22
+ </div>
23
+ Tombi(鳶 <a href="https://ipa-reader.com/?text=toɴbi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">/toɴbi/</a>) provides a Formatter, Linter, and Language Server
24
+ <br><br>
25
+ <a href="https://tombi-toml.github.io/tombi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">
26
+ 📚 Documentation here 📚
27
+ </a>
28
+ </div>
29
+
30
+ <br>
31
+
32
+ <div align="center">
33
+ <h2 align="center" style="font-size: 2.0em; margin-bottom: 30px;">
34
+ <strong>Quick Start</strong>
35
+ </h2>
36
+
37
+ To quickly try out Tombi's formatter, you can run:
38
+
39
+ <code style="display: block; white-space: pre-wrap;"> uvx tombi format </code>
40
+ </div>
41
+
42
+ <div align="center">
43
+ <h2 align="center" style="font-size: 2.0em; margin-bottom: 30px;">
44
+ <strong>Support</strong>
45
+ </h2>
46
+ ❤️ If you like this project and would like to support us ❤️
47
+ <br><br>
48
+ <a href="https://github.com/sponsors/tombi-toml">
49
+ <img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4" alt="GitHub Sponsor">
50
+ </a>
51
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tombi",
3
- "version": "0.6.26",
3
+ "version": "0.6.33",
4
4
  "description": "🦅 TOML Toolkit 🦅",
5
5
  "bin": {
6
6
  "tombi": "bin/tombi"
@@ -40,13 +40,13 @@
40
40
  "provenance": true
41
41
  },
42
42
  "optionalDependencies": {
43
- "@tombi-toml/cli-win32-x64": "0.6.26",
44
- "@tombi-toml/cli-win32-arm64": "0.6.26",
45
- "@tombi-toml/cli-darwin-x64": "0.6.26",
46
- "@tombi-toml/cli-darwin-arm64": "0.6.26",
47
- "@tombi-toml/cli-linux-x64": "0.6.26",
48
- "@tombi-toml/cli-linux-arm64": "0.6.26",
49
- "@tombi-toml/cli-linux-x64-musl": "0.6.26",
50
- "@tombi-toml/cli-linux-arm64-musl": "0.6.26"
43
+ "@tombi-toml/cli-win32-x64": "0.6.33",
44
+ "@tombi-toml/cli-win32-arm64": "0.6.33",
45
+ "@tombi-toml/cli-darwin-x64": "0.6.33",
46
+ "@tombi-toml/cli-darwin-arm64": "0.6.33",
47
+ "@tombi-toml/cli-linux-x64": "0.6.33",
48
+ "@tombi-toml/cli-linux-arm64": "0.6.33",
49
+ "@tombi-toml/cli-linux-x64-musl": "0.6.33",
50
+ "@tombi-toml/cli-linux-arm64-musl": "0.6.33"
51
51
  }
52
52
  }