@hoardodile/create-plugin 0.1.11 → 0.1.13
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 +2 -1
- package/dist/template/.editorconfig +7 -0
- package/dist/template/.gitattributes +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,8 @@ Vitest unit tests against `createResourceAPIFixture`. It also ships the
|
|
|
25
25
|
development toolchain hoardodile uses — `biome.json` (format + lint),
|
|
26
26
|
`lefthook.yml` (git hooks: Conventional-Commits `commit-msg` + biome/tsc
|
|
27
27
|
`pre-commit`, installed by `postinstall` in a git repo), the release-it
|
|
28
|
-
changelog/release setup,
|
|
28
|
+
changelog/release setup, the repo-convention dotfiles (`.gitattributes`,
|
|
29
|
+
`.editorconfig`, `.gitignore`, `.nvmrc`), and `AGENTS.md`.
|
|
29
30
|
|
|
30
31
|
```bash
|
|
31
32
|
cd my-plugin
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* text=auto eol=lf
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hoardodile/create-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Scaffold a hoardodile content plugin.",
|
|
6
6
|
"keywords": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@clack/prompts": "^1.7.0",
|
|
39
39
|
"zod": "^4.4.3",
|
|
40
|
-
"@hoardodile/sdk-types": "0.1.
|
|
40
|
+
"@hoardodile/sdk-types": "0.1.13"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^26.2.0",
|