@fgv/repo-template 5.1.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.
Files changed (77) hide show
  1. package/.rush/temp/45a8d0dcbb9c2e59fa02645657661dffbd25461f.tar.log +57 -0
  2. package/.rush/temp/92e27a75687fa5062b71fdb897f0928a8aa4e0c9.tar.log +57 -0
  3. package/.rush/temp/chunked-rush-logs/repo-template.build.chunks.jsonl +7 -0
  4. package/.rush/temp/operation/build/all.log +7 -0
  5. package/.rush/temp/operation/build/log-chunks.jsonl +7 -0
  6. package/.rush/temp/operation/build/state.json +3 -0
  7. package/.rush/temp/shrinkwrap-deps.json +576 -0
  8. package/README.md +216 -0
  9. package/bin/repo-template.js +18 -0
  10. package/config/rig.json +4 -0
  11. package/lib/cli.d.ts +14 -0
  12. package/lib/cli.d.ts.map +1 -0
  13. package/lib/cli.js +126 -0
  14. package/lib/cli.js.map +1 -0
  15. package/lib/commands/create.d.ts +17 -0
  16. package/lib/commands/create.d.ts.map +1 -0
  17. package/lib/commands/create.js +212 -0
  18. package/lib/commands/create.js.map +1 -0
  19. package/lib/commands/init-library.d.ts +25 -0
  20. package/lib/commands/init-library.d.ts.map +1 -0
  21. package/lib/commands/init-library.js +217 -0
  22. package/lib/commands/init-library.js.map +1 -0
  23. package/lib/commands/patch.d.ts +15 -0
  24. package/lib/commands/patch.d.ts.map +1 -0
  25. package/lib/commands/patch.js +104 -0
  26. package/lib/commands/patch.js.map +1 -0
  27. package/lib/commands/sync.d.ts +11 -0
  28. package/lib/commands/sync.d.ts.map +1 -0
  29. package/lib/commands/sync.js +156 -0
  30. package/lib/commands/sync.js.map +1 -0
  31. package/lib/index.d.ts +14 -0
  32. package/lib/index.d.ts.map +1 -0
  33. package/lib/index.js +29 -0
  34. package/lib/index.js.map +1 -0
  35. package/lib/packlets/fs/index.d.ts +40 -0
  36. package/lib/packlets/fs/index.d.ts.map +1 -0
  37. package/lib/packlets/fs/index.js +142 -0
  38. package/lib/packlets/fs/index.js.map +1 -0
  39. package/lib/packlets/jsonc/index.d.ts +27 -0
  40. package/lib/packlets/jsonc/index.d.ts.map +1 -0
  41. package/lib/packlets/jsonc/index.js +124 -0
  42. package/lib/packlets/jsonc/index.js.map +1 -0
  43. package/lib/packlets/manifest/index.d.ts +15 -0
  44. package/lib/packlets/manifest/index.d.ts.map +1 -0
  45. package/lib/packlets/manifest/index.js +61 -0
  46. package/lib/packlets/manifest/index.js.map +1 -0
  47. package/lib/packlets/manifest/types.d.ts +33 -0
  48. package/lib/packlets/manifest/types.d.ts.map +1 -0
  49. package/lib/packlets/manifest/types.js +6 -0
  50. package/lib/packlets/manifest/types.js.map +1 -0
  51. package/lib/packlets/template/index.d.ts +22 -0
  52. package/lib/packlets/template/index.d.ts.map +1 -0
  53. package/lib/packlets/template/index.js +75 -0
  54. package/lib/packlets/template/index.js.map +1 -0
  55. package/package.json +32 -0
  56. package/rush-logs/repo-template.build.cache.log +4 -0
  57. package/rush-logs/repo-template.build.log +7 -0
  58. package/src/cli.ts +141 -0
  59. package/src/commands/create.ts +216 -0
  60. package/src/commands/init-library.ts +249 -0
  61. package/src/commands/patch.ts +84 -0
  62. package/src/commands/sync.ts +137 -0
  63. package/src/index.ts +14 -0
  64. package/src/packlets/fs/index.ts +114 -0
  65. package/src/packlets/jsonc/index.ts +134 -0
  66. package/src/packlets/manifest/index.ts +29 -0
  67. package/src/packlets/manifest/types.ts +36 -0
  68. package/src/packlets/template/index.ts +48 -0
  69. package/sync-manifest.json +222 -0
  70. package/temp/build/typescript/ts_l9Fw4VUO.json +1 -0
  71. package/templates/.gitignore.tmpl +85 -0
  72. package/templates/ACTIVE_DEVELOPMENT.md.tmpl +58 -0
  73. package/templates/CLAUDE.md.tmpl +124 -0
  74. package/templates/command-line.json.tmpl +50 -0
  75. package/templates/package.json.tmpl +5 -0
  76. package/templates/version-policies.json.tmpl +8 -0
  77. package/tsconfig.json +7 -0
@@ -0,0 +1,57 @@
1
+ Start time: Thu Mar 26 2026 17:16:03 GMT+0100 (Central European Standard Time)
2
+ Invoking "/usr/bin/tar -c -f /Users/erik/Development/projects/fgv/prerelease/common/temp/build-cache/45a8d0dcbb9c2e59fa02645657661dffbd25461f-81ae1cd0b259fc4c.temp -z --files-from=-"
3
+
4
+ ======= BEGIN PROCESS INPUT ======
5
+ .rush/temp/operation/build/all.log
6
+ .rush/temp/operation/build/log-chunks.jsonl
7
+ .rush/temp/operation/build/state.json
8
+ lib/cli.d.ts
9
+ lib/cli.d.ts.map
10
+ lib/cli.js
11
+ lib/cli.js.map
12
+ lib/commands/create.d.ts
13
+ lib/commands/create.d.ts.map
14
+ lib/commands/create.js
15
+ lib/commands/create.js.map
16
+ lib/commands/init-library.d.ts
17
+ lib/commands/init-library.d.ts.map
18
+ lib/commands/init-library.js
19
+ lib/commands/init-library.js.map
20
+ lib/commands/patch.d.ts
21
+ lib/commands/patch.d.ts.map
22
+ lib/commands/patch.js
23
+ lib/commands/patch.js.map
24
+ lib/commands/sync.d.ts
25
+ lib/commands/sync.d.ts.map
26
+ lib/commands/sync.js
27
+ lib/commands/sync.js.map
28
+ lib/index.d.ts
29
+ lib/index.d.ts.map
30
+ lib/index.js
31
+ lib/index.js.map
32
+ lib/packlets/fs/index.d.ts
33
+ lib/packlets/fs/index.d.ts.map
34
+ lib/packlets/fs/index.js
35
+ lib/packlets/fs/index.js.map
36
+ lib/packlets/jsonc/index.d.ts
37
+ lib/packlets/jsonc/index.d.ts.map
38
+ lib/packlets/jsonc/index.js
39
+ lib/packlets/jsonc/index.js.map
40
+ lib/packlets/manifest/index.d.ts
41
+ lib/packlets/manifest/index.d.ts.map
42
+ lib/packlets/manifest/index.js
43
+ lib/packlets/manifest/index.js.map
44
+ lib/packlets/manifest/types.d.ts
45
+ lib/packlets/manifest/types.d.ts.map
46
+ lib/packlets/manifest/types.js
47
+ lib/packlets/manifest/types.js.map
48
+ lib/packlets/template/index.d.ts
49
+ lib/packlets/template/index.d.ts.map
50
+ lib/packlets/template/index.js
51
+ lib/packlets/template/index.js.map
52
+ temp/build/typescript/ts_l9Fw4VUO.json
53
+ ======== END PROCESS INPUT =======
54
+ ======= BEGIN PROCESS OUTPUT =======
55
+ ======== END PROCESS OUTPUT ========
56
+
57
+ Exited with code "0"
@@ -0,0 +1,57 @@
1
+ Start time: Thu Mar 26 2026 22:09:06 GMT+0100 (Central European Standard Time)
2
+ Invoking "/usr/bin/tar -c -f /Users/erik/Development/projects/fgv/prerelease/common/temp/build-cache/92e27a75687fa5062b71fdb897f0928a8aa4e0c9-a04acd19552cb8bf.temp -z --files-from=-"
3
+
4
+ ======= BEGIN PROCESS INPUT ======
5
+ .rush/temp/operation/build/all.log
6
+ .rush/temp/operation/build/log-chunks.jsonl
7
+ .rush/temp/operation/build/state.json
8
+ lib/cli.d.ts
9
+ lib/cli.d.ts.map
10
+ lib/cli.js
11
+ lib/cli.js.map
12
+ lib/commands/create.d.ts
13
+ lib/commands/create.d.ts.map
14
+ lib/commands/create.js
15
+ lib/commands/create.js.map
16
+ lib/commands/init-library.d.ts
17
+ lib/commands/init-library.d.ts.map
18
+ lib/commands/init-library.js
19
+ lib/commands/init-library.js.map
20
+ lib/commands/patch.d.ts
21
+ lib/commands/patch.d.ts.map
22
+ lib/commands/patch.js
23
+ lib/commands/patch.js.map
24
+ lib/commands/sync.d.ts
25
+ lib/commands/sync.d.ts.map
26
+ lib/commands/sync.js
27
+ lib/commands/sync.js.map
28
+ lib/index.d.ts
29
+ lib/index.d.ts.map
30
+ lib/index.js
31
+ lib/index.js.map
32
+ lib/packlets/fs/index.d.ts
33
+ lib/packlets/fs/index.d.ts.map
34
+ lib/packlets/fs/index.js
35
+ lib/packlets/fs/index.js.map
36
+ lib/packlets/jsonc/index.d.ts
37
+ lib/packlets/jsonc/index.d.ts.map
38
+ lib/packlets/jsonc/index.js
39
+ lib/packlets/jsonc/index.js.map
40
+ lib/packlets/manifest/index.d.ts
41
+ lib/packlets/manifest/index.d.ts.map
42
+ lib/packlets/manifest/index.js
43
+ lib/packlets/manifest/index.js.map
44
+ lib/packlets/manifest/types.d.ts
45
+ lib/packlets/manifest/types.d.ts.map
46
+ lib/packlets/manifest/types.js
47
+ lib/packlets/manifest/types.js.map
48
+ lib/packlets/template/index.d.ts
49
+ lib/packlets/template/index.d.ts.map
50
+ lib/packlets/template/index.js
51
+ lib/packlets/template/index.js.map
52
+ temp/build/typescript/ts_l9Fw4VUO.json
53
+ ======== END PROCESS INPUT =======
54
+ ======= BEGIN PROCESS OUTPUT =======
55
+ ======== END PROCESS OUTPUT ========
56
+
57
+ Exited with code "0"
@@ -0,0 +1,7 @@
1
+ {"kind":"O","text":"Invoking: heft build --clean \n"}
2
+ {"kind":"O","text":" ---- build started ---- \n"}
3
+ {"kind":"O","text":"[build:clean] Deleted 0 files and 2 folders\n"}
4
+ {"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
5
+ {"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
6
+ {"kind":"O","text":" ---- build finished (0.796s) ---- \n"}
7
+ {"kind":"O","text":"-------------------- Finished (0.797s) --------------------\n"}
@@ -0,0 +1,7 @@
1
+ Invoking: heft build --clean
2
+ ---- build started ----
3
+ [build:clean] Deleted 0 files and 2 folders
4
+ [build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.
5
+ [build:typescript] Using TypeScript version 5.9.3
6
+ ---- build finished (0.796s) ----
7
+ -------------------- Finished (0.797s) --------------------
@@ -0,0 +1,7 @@
1
+ {"kind":"O","text":"Invoking: heft build --clean \n"}
2
+ {"kind":"O","text":" ---- build started ---- \n"}
3
+ {"kind":"O","text":"[build:clean] Deleted 0 files and 2 folders\n"}
4
+ {"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
5
+ {"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
6
+ {"kind":"O","text":" ---- build finished (0.796s) ---- \n"}
7
+ {"kind":"O","text":"-------------------- Finished (0.797s) --------------------\n"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 1550.3896659999998
3
+ }