Skip to content

Commit ae7e455

Browse files
committed
wip
1 parent d41a242 commit ae7e455

14 files changed

Lines changed: 22 additions & 22 deletions

.github/prompts/struct.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Struct Assistant
1+
# StructKit Assistant
22

33
## Role
44

docs/structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
- **Description**: Contains the structure for a GitHub Actions workflow to draft releases.
110110
- **Structure name**: `github/workflows/release-drafter`
111111

112-
## GitHub Run Struct Workflow
112+
## GitHub Run StructKit Workflow
113113

114114
- **File**: `github/workflows/run-struct.yaml`
115115
- **Description**: Defines the structure for a GitHub Actions workflow to run Struct.

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Run the script with the following command using one of the following subcommands
1010

1111
For more information, run the script with the `-h` or `--help` option (this is also available for each subcommand):
1212

13-
![Struct List](./vhs/basic-usage.gif)
13+
![StructKit List](./vhs/basic-usage.gif)
1414

1515
```sh
1616
structkit -h

docs/vhs/basic-usage.tape

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Type "# First, let's see what structures are available"
1414
Enter
1515
Sleep 500ms
1616

17-
Type "struct list"
17+
Type "structkit list"
1818
Enter
1919
Sleep 2s
2020

2121
Type "# Let's generate a simple Python project"
2222
Enter
2323
Sleep 500ms
2424

25-
Type "struct generate project/python ./my-python-app"
25+
Type "structkit generate project/python ./my-python-app"
2626
Enter
2727
Sleep 3s
2828

docs/vhs/mappings-demo.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Sleep 2s
5757

5858
Type "# Generate project for backend team"
5959
Enter
60-
Type "struct generate project-with-mapping.yaml ./backend-project"
60+
Type "structkit generate project-with-mapping.yaml ./backend-project"
6161
Enter
6262
Sleep 3s
6363

docs/vhs/multiple-mappings.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Sleep 2s
8989

9090
Type "# Generate for development environment"
9191
Enter
92-
Type "struct generate multi-mapping-project.yaml ./dev-app"
92+
Type "structkit generate multi-mapping-project.yaml ./dev-app"
9393
Enter
9494
Sleep 3s
9595

docs/vhs/remote-content.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Sleep 2s
3939

4040
Type "# Generate project with remote content"
4141
Enter
42-
Type "struct generate remote-example.yaml ./remote-demo"
42+
Type "structkit generate remote-example.yaml ./remote-demo"
4343
Enter
4444
Sleep 4s
4545

docs/vhs/schema-generation.tape

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Sleep 1s
1313

1414
Type "# Generate JSON schema for VSCode autocompletion"
1515
Enter
16-
Type "struct generate-schema"
16+
Type "structkit generate-schema"
1717
Enter
1818
Sleep 3s
1919

2020
Type "# Save schema to a file for VSCode"
2121
Enter
2222
Type "mkdir -p .vscode"
2323
Enter
24-
Type "struct generate-schema --output .vscode/struct-plugins.schema.json"
24+
Type "structkit generate-schema --output .vscode/struct-plugins.schema.json"
2525
Enter
2626
Sleep 2s
2727

docs/vhs/yaml-config.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Sleep 2s
4141

4242
Type "# Generate the project"
4343
Enter
44-
Type "struct generate my-project.yaml ./my-custom-project"
44+
Type "structkit generate my-project.yaml ./my-custom-project"
4545
Enter
4646
Sleep 3s
4747

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h3 class="card-title">2. Generate Project</h3>
369369
<div class="code-block">
370370
<button class="copy-button">Copy</button>
371371
<pre><code># Generate structure
372-
struct generate my-project.yaml ./my-app
372+
structkit generate my-project.yaml ./my-app
373373

374374
# List available structures
375375
struct list

0 commit comments

Comments
 (0)