@spiracss/html-cli 0.2.1 → 0.2.2

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,13 +6,15 @@ CLI tools for SpiraCSS HTML to SCSS generation, HTML structure linting, and plac
6
6
 
7
7
  [SpiraCSS](https://spiracss.jp) is a CSS architecture built on minimal structural principles derived from HTML/CSS. It reduces inconsistencies in structural decisions that are common in CSS design by replacing individual intuition with clear principles. Designed for AI-assisted implementation and tool-based validation, it aims to shorten development time and ensure consistent quality.
8
8
 
9
+ Overview: [SpiraCSS Design Principles](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/en/principles.md)
10
+
9
11
  Key points:
10
12
  - Structural decisions can be derived from class names and HTML structure.
11
13
  - `shared`/`interaction`/`rel` comment conventions can be treated as tool-verifiable contracts.
12
- - SpiraCSS projects should place [`spiracss.config.js`](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/en/tooling/spiracss-config.md) | \[[JA](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/ja/tooling/spiracss-config.md)\] at the project root so that generation and validation follow the same policy.
14
+ - SpiraCSS projects should place [`spiracss.config.js`](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/en/tooling/spiracss-config.md) at the project root so that generation and validation follow the same policy.
13
15
  - Download [spiracss-ai-doc.md](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/ai/spiracss-ai-doc.md) and use it as a reference document for AI-assisted workflows.
14
16
 
15
- This CLI generates and validates structure so humans and AI start from the same template.
17
+ This CLI provides the same SCSS starting point for both humans and AI.
16
18
 
17
19
  ## Status
18
20
 
@@ -83,6 +85,7 @@ Note: If your project is CommonJS (no `"type": "module"` in `package.json`), use
83
85
 
84
86
  ## Docs
85
87
 
88
+ - [SpiraCSS Design Principles](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/en/principles.md) | \[[JA](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/ja/principles.md)\]
86
89
  - [HTML CLI guide](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/en/tooling/html-cli.md) | \[[JA](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/ja/tooling/html-cli.md)\]
87
90
  - [HTML to SCSS guide](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/en/tooling/html-to-scss.md) | \[[JA](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/ja/tooling/html-to-scss.md)\]
88
91
  - [Quickstart](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/en/quickstart.md) | \[[JA](https://github.com/zetsubo-dev/spiracss/blob/master/docs_spira/ja/quickstart.md)\]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiracss/html-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "SpiraCSS CLI for HTML-to-SCSS generation, structure linting, and placeholder formatting.",
5
5
  "homepage": "https://spiracss.jp",
6
6
  "repository": {