@hua-labs/create-hua-ux 0.1.0-alpha.0.1 → 0.1.0-alpha.0.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.
package/README.md CHANGED
@@ -1,8 +1,19 @@
1
1
  # @hua-labs/create-hua-ux
2
2
 
3
- **Scaffolding tool for creating hua-ux projects**
3
+ Scaffolding tool for creating hua-ux projects.
4
+ hua-ux 프로젝트 생성을 위한 스캐폴딩 도구입니다.
4
5
 
5
- Quickly create a new Next.js project with hua-ux framework pre-configured.
6
+ [![npm version](https://img.shields.io/npm/v/@hua-labs/create-hua-ux.svg)](https://www.npmjs.com/package/@hua-labs/create-hua-ux)
7
+ [![license](https://img.shields.io/npm/l/@hua-labs/create-hua-ux.svg)](https://github.com/HUA-Labs/HUA-Labs-public/blob/main/LICENSE)
8
+
9
+ > **⚠️ Alpha Release**: This package is currently in alpha. APIs may change before the stable release.
10
+
11
+ ---
12
+
13
+ ## English
14
+
15
+ ### Overview
16
+ The fastest way to bootstrap a production-ready Next.js project with the hua-ux framework. Automatically configures UI components, animation hooks, internationalization, and includes AI-optimized context files for seamless development.
6
17
 
7
18
  ## Installation
8
19
 
package/dist/version.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  *
5
5
  * Generated from: /home/runner/work/HUA-Labs-public/HUA-Labs-public/packages/hua-ux/package.json
6
- * Source version: 0.1.0-alpha.0.1
6
+ * Source version: 0.1.0-alpha.0.2
7
7
  */
8
- export declare const HUA_UX_VERSION = "^0.1.0-alpha.0.1";
8
+ export declare const HUA_UX_VERSION = "^0.1.0-alpha.0.2";
9
9
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -4,8 +4,8 @@
4
4
  * Do not edit manually.
5
5
  *
6
6
  * Generated from: /home/runner/work/HUA-Labs-public/HUA-Labs-public/packages/hua-ux/package.json
7
- * Source version: 0.1.0-alpha.0.1
7
+ * Source version: 0.1.0-alpha.0.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.HUA_UX_VERSION = void 0;
11
- exports.HUA_UX_VERSION = '^0.1.0-alpha.0.1';
11
+ exports.HUA_UX_VERSION = '^0.1.0-alpha.0.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hua-labs/create-hua-ux",
3
- "version": "0.1.0-alpha.0.1",
3
+ "version": "0.1.0-alpha.0.2",
4
4
  "description": "Scaffolding tool for creating hua-ux projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -24,10 +24,16 @@
24
24
  "typescript": "^5.9.3"
25
25
  },
26
26
  "keywords": [
27
+ "hua-labs",
27
28
  "hua-ux",
28
29
  "scaffolding",
29
30
  "cli",
30
- "nextjs"
31
+ "create-app",
32
+ "boilerplate",
33
+ "nextjs",
34
+ "react",
35
+ "typescript",
36
+ "starter"
31
37
  ],
32
38
  "author": "HUA Labs",
33
39
  "license": "MIT",