pre-claude 0.0.1-beta.3 → 0.0.1-beta.5
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 +6 -7
- package/dist/cli.js +596 -283
- package/dist/cli.js.map +4 -4
- package/examples/README.ja.md +25 -0
- package/examples/README.md +25 -0
- package/examples/pre-claude-ja.config.ts +360 -0
- package/examples/pre-claude.config.ts +358 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
[日本語版](./README-ja.md)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
A TUI tool for efficiently creating complex prompts with structured forms for Claude Code.
|
|
6
|
+
Define templates in TypeScript config files to share with your team and enable reproducible prompt workflows.
|
|
7
|
+
Works seamlessly with your existing Claude Code setup including MCP and Skills.
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- Interactive TUI form wizard
|
|
12
|
-
- Uses local Claude Code settings
|
|
9
|
+
| Scenario Selection | Form Input | Preview |
|
|
10
|
+
|:---:|:---:|:---:|
|
|
11
|
+
|  |  |  |
|
|
13
12
|
|
|
14
13
|
## Requirements
|
|
15
14
|
|